ChartTitleAlign
Enum
Specifies the title alignment.
Definition
Fields
The text is aligned to the middle
C#
Center = 1
The text is aligned to the left.
C#
Left = 0
The text is aligned to the right.
C#
Right = 2
Specifies the title alignment.
The text is aligned to the middle
Center = 1
The text is aligned to the left.
Left = 0
The text is aligned to the right.
Right = 2