SweepDirection Enum
In This Article
Lists the values that are used to define the direction of an animation sweep.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Counterclockwise
|
Animation sweeps counterclockwise. |
Clockwise
|
Animation sweeps clockwise. |
#Related API Members
The following properties accept/return SweepDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Circular |
Circular |
|
Win |
Circular |
Circular |
See Also