When all the datapoints are zero the line chart automatically moved the 0 on the y-axis to the middle of the chat instead of keeping it at the bottom. Is this a bug or is this how it is designed? How can i force the line chart to keep the 0 y value at the bottom of the chart.
I tried setAutoRangeIncludesZero, setAutoRangeStickyZero and setAutoRangeMinimumSize(0.0000001)...not of them worked to make the zero on the x-0axis stick to the bottom.
Thanks for the help