You can use property labelsAngle of corresponding axis. For example, do the following:
m_view.getChart().getCartesianSystem().getXAxis().setLabelsAngle(Math.PI / 4.0);
Note, that you also can alter the labels alignment relative to the axes' ticks with the property labelsAlignment.
Comments
No comments yet.
Please log in to place a comment.