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 the vertical alignment of text in the chart region.
(ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support HorizontalAlignment or VerticalAlignment.)

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the vertical alignment of text in the chart region.
_([ChartRegion]s obtained from [Chart.Legend], [Chart.ChartArea], and [Chart.PlotArea] don't support HorizontalAlignment or VerticalAlignment.)_
{excerpt}
{signature:C#}
 public VerticalAlignment TextVerticalAlignment{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property TextVerticalAlignment() As VerticalAlignment
{signature}