Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets or returns the rotation angle of text in a chart region. If the ChartRegion object represents the chart area, the angle returned will be the default rotation angle for all text items outside of the plot area. If the ChartRegion object represents the plot area, the angle returned will be the default rotation angle for all text items within the plot area.

(ChartRegions obtained from Chart.Legend and Chart.ChartArea don't support HorizontalAlignment or VerticalAlignmentTextRotationAngle.)

Signature
C#
C#
 public int TextRotationAngle{ get; set; }

...