Hi, I have a chart (two stepline series) that is dinamically populated. The size of the series could vary a lot (e.g. from 50 to 5000) according to the data I am analizing. I can easily change the size of the chart when I load new data, but the new size also changes the distance between the Y-axis and the border of the chart.
Here two images which explain the problem.
The first image is about a large number of point in the chart. As you can see the Y-Axis is far from the border and also the label ticks are very long.
The second image is about a small set of data:
How to keep the axis ticks and its distance fixed at some value when doing the resize?
Thank you guys.