I am working with Chart.ewo function (bar chart) in WinCC OA V3.17 (on Linux system) and have a few questions:
1)
I want to scale my chart with function addAxis/setAxis.
In the example panel (3.17/Panels/examples/chartewo/subPanels/bars.pnl) it is done in the ScopeLib in line 72:
Code: Select all
shChart.addAxis(0, fMax + 0.1 * fMax, g_chartXaxes);Code: Select all
shChart.addAxis(1500, fMax + 0.1 * fMax, g_chartXaxes);Workaround would be to substract from every value the min parameter (1500). Is there another/better solution?
2)
Is there a possibility to change the margin in an ewo chart (analog to the trend function areaMargin)?
In case it is, can you please explain how to do it?
3)
Is there a possibility to change the width of the bars?
In case it is, can you please explain how to do it?
Please let me know if I have expressed myself in an incomprehensible way.
Thank you in advance for your support.
Kind regards