To rotate the Y-Axis title, use the C1Chart.ChartArea.AxisY.Rotation enum like in the following example:
• Visual Basic
c1Chart2.ChartArea.AxisY.Rotation = RotationEnum.Rotate180
• C#
c1Chart2.ChartArea.AxisY.Rotation = RotationEnum.Rotate180;