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

PieSeries2D.Rotation Property

Gets or sets the angle by which the pie is rotated, relative to its default appearance.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public double Rotation { get; set; }

Property Value

Type Description
Double

An integer value that specifies the angle, in degrees, by which the pie is rotated.

Remarks

The angle which is specified by this property is measured in degrees, and counterclockwise.

See Also