Class TextAlignment
Defines the alignment of the line break axis labels. They are: Center - Align the label with center. Left - Align the label with left. Right - Align the label with right.
Inheritance
System.Object
TextAlignment
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TextAlignment : Enum
Fields
Center
Declaration
public const TextAlignment Center
Field Value
Type |
---|
TextAlignment |
Left
Declaration
public const TextAlignment Left
Field Value
Type |
---|
TextAlignment |
Right
Declaration
public const TextAlignment Right
Field Value
Type |
---|
TextAlignment |