Hi!!
How can i change the axis cross point of the chart?
For example: the shapes of my scatterPlot chart starts from the value (200, 100), and the axis cross point is the (0,0) point, and i want it to start from the point (200, 100), is it possible?
Thanks!
Elio
x, y axis
Re: x, y axis
If you call setAutoRangeIncludesZero(false) on both axes, you should get the axis ranges that fit your data. But that should be the default, so I'm not sure what is happening...
Regards,
DG.
Regards,
DG.