A ChartRegion.HorizontalAlignment value determines the horizontal 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 HorizontalAlignment : TypesafeEnum
Public NotInheritable Class HorizontalAlignment
		Inherits TypesafeEnum

Name

Description

Center

Text in the chart region will be horizontally centered.

Justify

Text in the chart region will be justified.

Left

Text in the chart region will be left-aligned.

Right

Text in the chart region will be right-aligned.