Gets or sets the starting angle of Radar and Polar charts.
[Visual Basic]
Public Property Start As Double
[C#]
public double Start {get;set;}
[Delphi]
public property Start: Double read get_Start write set_Start;
Remarks
The angle is measured in degrees if the Degrees property is true, radians otherwise. The angle is measured in the counter-clockwise direction from the 12 o'clock position.
See Also
Circular Class | Circular Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |