Displaying Axis Labels on an Angle
You can display the labels for the X-Axis or Y-Axis on an angle using the AnnoAngle. The following code shows how to display the X-Axis annotation on a 90 degree angle:
chart.View.AxisX.AnnoAngle = -90;