[]
        
(Showing Draft Content)

Rotating the Y-Axis Title

To rotate the Y-Axis title, use the C1Chart.ChartArea.AxisY.Rotation enum like in the following example:

To write code in Visual Basic

c1Chart2.ChartArea.AxisY.Rotation = RotationEnum.Rotate180

To write code in C#

c1Chart2.ChartArea.AxisY.Rotation = RotationEnum.Rotate180;

See Also

Rotating Data Labels