I used CategoryPlot to make my chart, but I have no idea about how to change the display style of X axis label. eg. from horizontal to vertical.

Anyone who can help me?
THX
Code: Select all
categoryaxis.setCategoryLabelPositionOffset(10);
categoryaxis.setCategoryLabelPositions(CategoryLabelPositions.UP_90);