Back to Devexpress

SweepDirection Enum

corelibraries-devexpress-dot-xtracharts-905f29a1.md

latest1.9 KB
Original Source

SweepDirection Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SweepDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum SweepDirection

Members

NameDescription
Counterclockwise

Animation sweeps counterclockwise.

| | Clockwise |

Animation sweeps clockwise.

|

The following properties accept/return SweepDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryCircularSeriesCircularUnwindAnimation.Direction
CircularSeriesSpinZoomInAnimation.Direction
WinForms ControlsCircularSeriesCircularUnwindAnimationModel.Direction
CircularSeriesSpinZoomInAnimationModel.Direction

See Also

DevExpress.XtraCharts Namespace