Gets or sets the rotation angle of the axis labels in degrees. Ideal values for this property are between 0 - 90 and 270 - 360. The default is 0 degrees. This feature is currently only supported by X axes. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double LabelRotation { get; set; }
Visual Basic
Public Property LabelRotation As Double
	Get
	Set
Visual C++
public:
property double LabelRotation {
	double get ();
	void set (double value);
}

See Also