Gets or sets the starting angle of Radar and Polar charts.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public double Start { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Start As Double
	Get
	Set

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