Skip to main content

CircularMarkerAnimationDirection Enum

Lists the directions of circular marker animations.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Members

Name Description
FromLeftCenter

Animated markers move from the center of the left border.

CircularMarkerAnimationDirection.FromLeftCenter

FromRightCenter

Animated markers move from the center of the right border.

CircularMarkerAnimationDirection.FromRightCenter

FromTopCenter

Animated markers move from the center of the top border.

CircularMarkerAnimationDirection.FromTopCenter

FromBottomCenter

Animated markers move from the center of the bottom border.

CircularMarkerAnimationDirection.FromBottomCenter

ToCenter

Animated markers move from diagram borders to the diagram center.

CircularMarkerAnimationDirection.ToCenter

FromCenter

Animated markers move from the diagram center to diagram borders.

CircularMarkerAnimationDirection.FromCenter

Related API Members

The following properties accept/return CircularMarkerAnimationDirection values:

Library Related API Members
Cross-Platform Class Library CircularMarkerSlideAnimation.Direction
WinForms Controls CircularMarkerSlideAnimationModel.Direction

See Also