StartAngle is applicable only to Pie/Doughnut. This takes values between 0 - 360. It can be used to rotate the Pie/Doughnut.
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.Series>
<vc:DataSeries StartAngle="90">
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting StartAngle property in DataSeries.
