A ChartRegion.VerticalAlignment value determines the vertical alignment of text in the specified chart area or plot area.
(ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support HorizontalAlignment or VerticalAlignment.)

 public sealed class VerticalAlignment : TypesafeEnum
Public NotInheritable Class VerticalAlignment
		Inherits TypesafeEnum

Name

Description

Bottom

Text in the chart region will be bottom-aligned.

Center

Text in the chart region will be vertically centered.

Justify

Text in the chart region will be justified vertically.

Top

Text in the chart region will be top-aligned.