PieSeriesViewBase.SweepDirection Property
Specifies the sweep direction (clockwise or counterclockwise) for a Pie series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
public PieSweepDirection SweepDirection { get; set; }
Property Value
Type | Description |
---|---|
PieSweepDirection | A PieSweepDirection enumeration value. |
Remarks
Note that the rotation angle specified in the PieSeriesView.Rotation property corresponds to the rotation direction mode in the SweepDirection property.
See Also