Hi,
I am having the problem that using the setVerticalLabels() method on a CategoryPlot does not seem to have any effect on the chart.
Can somebody help me?
Regards,
Fritz
Can not set vertical label in CategoryPlot
Re: Can not set vertical label in CategoryPlot
Hi Fritz,
That method will rotate the 'value' labels on the chart (if they are visible). For example, in a bar chart the value labels appear just above the bars.
If you want to rotate the category labels on the axis, then you need to use the setVerticalCategoryLabels(...) method in the HorizontalCategoryAxis class.
Regards,
DG.
That method will rotate the 'value' labels on the chart (if they are visible). For example, in a bar chart the value labels appear just above the bars.
If you want to rotate the category labels on the axis, then you need to use the setVerticalCategoryLabels(...) method in the HorizontalCategoryAxis class.
Regards,
DG.