Skip to main content

PieSeriesViewBase.SweepDirection Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[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.

Counterclockwise

The Pie series is swept 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