Skip to main content
A newer version of this page is available. .

CircularSeriesCircularUnwindAnimation.StartAngle Property

Gets or sets the unwind start angle

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public float StartAngle { get; set; }

Property Value

Type Description
Single

A Single value, specifying the animation start angle.

Remarks

The angle is counted as shown on the following image. The counting direction is specified using the CircularSeriesCircularUnwindAnimation.Direction property.

CircularStartAngle

See Also