MindFusion.Charting Programmer's Guide

AxisSettings.TitleLabelAlignment Property

See Also
 





Gets or set the alignment of the TitleLabel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Alignment TitleLabelAlignment { get; set; }

Visual Basic  Copy Code

Public Property TitleLabelAlignment As Alignment

 Property Value

One of the Alignment Enumeration values.

 Remarks

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.

 See Also