Hi,
I want to have my labels on a VerticalNumberAxis display horizontally. I have looked through the documentation and th forums, but I must be missing something.
Any ideas.
Michael
Horizontal labels on Y-Axis
Re: Horizontal labels on Y-Axis
Hi Michael,
For the axis label, you can change it using this method:
rangeAxis.setVerticalLabel(false);
For the tick labels (the numerical values), the orientation is fixed, you can only have them horizontally.
Regards,
DG.
For the axis label, you can change it using this method:
rangeAxis.setVerticalLabel(false);
For the tick labels (the numerical values), the orientation is fixed, you can only have them horizontally.
Regards,
DG.