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

#Declaration

[XtraSerializableProperty]
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