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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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