Skip to main content

CircularSeriesSpinZoomInAnimation.RotationCount Property

Gets or sets the count of rotations made by the circular series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public float RotationCount { get; set; }

Property Value

Type Description
Single

A Single value specifying the rotation count.

See Also