[]
Gets the value of the StartingAngle attached property for the specified chart.
[AttachedPropertyBrowsableForType(typeof(C1Chart))]
public static double GetStartingAngle(C1Chart chart)
<AttachedPropertyBrowsableForType(GetType(C1Chart))>
Public Shared Function GetStartingAngle(chart As C1Chart) As Double
| Type | Name | Description |
|---|---|---|
| C1Chart | chart | The chart. |
| Type | Description |
|---|---|
| double | The starting angle for polar and radar charts. |