Page tree

Versions Compared

Key

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

...

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#
public VerticalAlignment TextVerticalAlignment{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property TextVerticalAlignment() As VerticalAlignment
{signature}