MindFusion.Charting Programmer's Guide

AxisSettings.TitleLabelOrientation Property

See Also
 





Gets or sets the orientation of the TitleLabel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LabelOrientation TitleLabelOrientation { get; set; }

Visual Basic  Copy Code

Public Property TitleLabelOrientation As LabelOrientation

 Property Value

One of the LabelOrientation Enumeration values.

 Remarks

TitleLabelOrientation, together with TitleLabelAlignment and TitleLabelPosition specify the exact location of the TitleLabel. These settings are also considered for the DivisionLabel.

Default value for the LabelOrientation property is LabelOrientation.InRow.

 See Also