Sets or returns the rotation angle of text in a chart region, in degrees. This angle must be between -90 and 90 degrees, inclusive.

(ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support TextRotationAngle.)

public int TextRotationAngle{ get; set; }
Public Property TextRotationAngle() As Integer