Skip to main content

PieSpinAnimationBase.RotationCount Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Single

A Single value specifying the rotation count.

See Also