corelibraries-devexpress-dot-xtracharts-905f29a1.md
Lists the values that are used to define the direction of an animation sweep.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SweepDirection
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum SweepDirection
| Name | Description |
|---|---|
Counterclockwise |
Animation sweeps counterclockwise.
|
| Clockwise |
Animation sweeps clockwise.
|
The following properties accept/return SweepDirection values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | CircularSeriesCircularUnwindAnimation.Direction |
| CircularSeriesSpinZoomInAnimation.Direction | |
| WinForms Controls | CircularSeriesCircularUnwindAnimationModel.Direction |
| CircularSeriesSpinZoomInAnimationModel.Direction |
See Also