You can use property LabelsAngle of corresponding axis. For example, do the following:
m_view.Chart.CartesianSystem.XAxis.LabelsAngle = (float)(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.