MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.LabelRotationAngle Property
See Also
 






Gets or sets the rotation angle of labels at a horizontal axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double LabelRotationAngle { get; set; }

Visual Basic  Copy Code

Public Property LabelRotationAngle As Double

 Property Value

A double value. Default is 0.0

 Remarks

Only labels at the X-axis and X2-axis are rotated.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace