Hi:
I have a dataset which includes several data points. I would like to
always display zero on the vertical axis scale. Currently, I have a dataset and all the data points display correctly, however, I would like to always display the zero on the vertical axis.
Any ideas on how I can do this?
Many Thanks:
Alex
How to include Zero on Vertical Axis
Re: How to include Zero on Vertical Axis
there is a method in VerticalAxis classes just for your need:
axis.setAutoRangeIncludesZero(true);
axis.setAutoRangeIncludesZero(true);
Re: How to include Zero on Vertical Axis
Hi:
The axis.setAutoRangeIncludesZero(true) setting works, but the label for zero does not show up. Does anyone know how to get the zero label
to show up for the vertical axis?
By the way, thanks to Diego Garber for his recommendation.
Alex
The axis.setAutoRangeIncludesZero(true) setting works, but the label for zero does not show up. Does anyone know how to get the zero label
to show up for the vertical axis?
By the way, thanks to Diego Garber for his recommendation.
Alex