Gets or set the alignment of the TitleLabel. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Alignment TitleLabelAlignment { get; set; } |
Visual Basic
![]() |
---|
Public Property TitleLabelAlignment As Alignment |
One of the Alignment Enumeration values.
The TitleLabel can also have a position and orientation as set by TitleLabelOrientation and TitleLabelPosition. The alignment, orientation and position of the TitleLabel are also considered for the DivisionLabel.
Default value for the TitleLabelAlignment property is Alignment.Center.