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

PieSeriesViewBase.SweepDirection Property

Specifies the sweep direction (clockwise or counterclockwise) for a Pie series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public PieSweepDirection SweepDirection { get; set; }

Property Value

Type Description
PieSweepDirection

A PieSweepDirection enumeration value.

Available values:

Name Description
Clockwise

The Pie series is swept clockwise.

SweepDirection.Clockwise

Counterclockwise

The Pie series is swept counterclockwise.

SweepDirection.Counterclockwise

Remarks

Note that the rotation angle specified in the PieSeriesView.Rotation property corresponds to the rotation direction mode in the SweepDirection property.

See Also