Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns whether the text in the ChartRegion is displayed top to bottom and the letters are upright.
(ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support TextDisplayTopToBottom.)

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the text in the ChartRegion is displayed top to bottom and the letters are upright.
_([ChartRegion]s obtained from [Chart.Legend], [Chart.ChartArea], and [Chart.PlotArea] don't support TextDisplayTopToBottom.)_

{excerpt}
{signature:C#}
 public boolean TextDisplayTopToBottom{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property TextDisplayTopToBottom() As Boolean
{signature}