Gets or sets the text horizontal alignment.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(AlignHorzEnum.Center)]
public AlignHorzEnum HorizontalAlignment { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(AlignHorzEnum.Center)> _
Public Property HorizontalAlignment As AlignHorzEnum
	Get
	Set

See Also