Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

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