Version

HorizontalAlign Property (ChartTextAppearance)

Returns or sets a value that specifies the horizontal alignment of chart text.
Syntax
'Declaration
 
Public Property HorizontalAlign As StringAlignment
public StringAlignment HorizontalAlign {get; set;}
Remarks

The HorizontalAlign property specifies specifies horizontal alignment of label text. See also the VerticalAlign property for specifying chart text vertical alignment. Together these properties simulate the capability of System.Drawing.ContentAlignment while supporting right-to-left writing systems.

Two or more ChartTextAppearance objects may apply to the same graphical chart element (identified by the same ( row, column) tuple) and be simultaneously displayed without overlapping if their font's size and alignment styles permit.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also