Back to Devexpress

PieSeriesViewBase.SweepDirection Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriesviewbase-3c1cdc2f.md

latest2.2 KB
Original Source

PieSeriesViewBase.SweepDirection Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public PieSweepDirection SweepDirection { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property SweepDirection As PieSweepDirection

Property Value

TypeDescription
PieSweepDirection

A PieSweepDirection enumeration value.

|

Available values:

NameDescription
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

PieSeriesViewBase Class

PieSeriesViewBase Members

DevExpress.XtraCharts Namespace