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

PieSpinAnimationBase.RotationCount Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Single

A Single value specifying the rotation count.

See Also