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

XYMarkerSlideAnimationDirection Enum

Lists directions of the XYMarkerSlideAnimation animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Members

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

Related API Members

The following properties accept/return XYMarkerSlideAnimationDirection values:

Library Related API Members
Cross-Platform Class Library XYMarkerSlideAnimation.Direction
WinForms Controls XYMarkerSlideAnimationModel.Direction

See Also