Gets or Sets the rotation angle for the AxisLabels.
Type: Double
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.AxesX>
<vc:Axis>
<vc:Axis.AxisLabels>
<vc:AxisLabels Angle="-30"/>
</vc:Axis.AxisLabels>
</vc:Axis>
</vc:Chart.AxesX>
<vc:Chart.AxesY>
<vc:Axis>
<vc:Axis.AxisLabels>
<vc:AxisLabels Angle="30"/>
</vc:Axis.AxisLabels>
</vc:Axis>
</vc:Chart.AxesY>
</vc:Chart>
Below is the chart after setting Angle property in AxisLabels.

Remarks:
The Angle takes values between -90 to 90 (including the bounds). Any value outside this range will result in an exception.
The default value is "0".