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

CircularSeriesSpinZoomInAnimation.RotationCount Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Single

A Single value specifying the rotation count.

See Also