Page tree

Versions Compared

Key

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

...

Excerpt

Sets or returns whether the text in the ChartRegion is displayed top to bottom and the letters are upright. If the ChartRegion object represents the chart area, the value returned will be the default for all text items outside of the plot area. If the ChartRegion object represents the plot area, the value returned will be the default for all text items within the plot area.
(ChartRegions obtained from Chart.Legend and Chart.ChartArea don't support TextDisplayTopToBottom.)

Signature
C#
C#
 public boolean TextDisplayTopToBottom{ get; set; }

...