Skip to main content

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

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SweepDirection

Members

Name Description
Counterclockwise

Animation sweeps counterclockwise.

CircularSeriesAnimation.Counterclockwise

Clockwise

Animation sweeps clockwise.

CircularSeriesAnimation.Clockwise

See Also