A newer version of this page is available.
Switch to the current version.
SweepDirection Enum
Lists the values that are used to define the direction of an animation sweep.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SweepDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum SweepDirection
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 | CircularSeriesCircularUnwindAnimation.Direction |
CircularSeriesSpinZoomInAnimation.Direction | |
WinForms Controls | CircularSeriesCircularUnwindAnimationModel.Direction |
CircularSeriesSpinZoomInAnimationModel.Direction |
See Also
Feedback