Skip to main content
A newer version of this page is available. .

CircularMarkerSlideAnimation.Direction Property

Gets or sets the direction of the animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public CircularMarkerAnimationDirection Direction { get; set; }

Property Value

Type Description
CircularMarkerAnimationDirection

A CircularMarkerAnimationDirection enumeration value.

Available values:

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

See Also