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

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

Declaration

public float RotationCount { get; set; }

Property Value

Type Description
Single

A Single value specifying the rotation count.

See Also