Page tree

Versions Compared

Key

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

...

Excerpt

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

Signature
C#
C#
 public VerticalAlignment TextVerticalAlignment{ get; set; }

...