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

XYMarkerSlideAnimation.Direction Property

Gets or sets the direction of the animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
XYMarkerSlideAnimationDirection

A XYMarkerSlideAnimationDirection enumeration value.

Available values:

Show 12 items
Name Description
FromLeft

Animation starts from the left border.

XYMarkerSlideAnimationDirection.FromLeft

FromBottom

Animation starts from the bottom border.

XYMarkerSlideAnimationDirection.FromBottom

FromRight

Animation starts from the right border.

XYMarkerSlideAnimationDirection.FromRight

FromTop

Animation starts from the top border.

XYMarkerSlideAimationDirection.FromTop

FromLeftCenter

Animation starts from the center of the left border.

XYMarkerSlideAnimationDirection.FromLeftCenter

FromTopCenter

Animation starts from the center of the top border.

XYMarkerSlideAnimationDirection.FromTopCenter

FromRightCenter

Animation starts from the center of the right border.

XYMarkerSlideAimationDirection.FromRightCenter

FromBottomCenter

Animation starts from the center of the bottom border.

XYMarkerSlideAnimationDirection.FromBottomCenter

FromLeftTopCorner

Animation starts from the left top corner.

XYMarkerSlideAnimationDirection.FromLeftTopCorner

FromRightTopCorner

Animation starts from the right top corner.

XYMarkerSlideAimationDirection.FromRightTopCorner

FromRightBottomCorner

Animation starts from the right bottom corner.

XYMarkerSlideAimationDirection.FromRightBottomCorner

FromLeftBottomCorner

Animation starts from the left bottom corner.

XYMarkerSlideAnimationDirection.FromLeftBottomCorner

See Also