Back to Devexpress

XYMarkerSlideAnimationDirection Enum

corelibraries-devexpress-dot-xtracharts-25cf63a4.md

latest3.7 KB
Original Source

XYMarkerSlideAnimationDirection Enum

Lists directions of the XYMarkerSlideAnimation animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum XYMarkerSlideAnimationDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum XYMarkerSlideAnimationDirection

Members

NameDescription
FromLeft

Animation starts from the left border.

| | FromBottom |

Animation starts from the bottom border.

| | FromRight |

Animation starts from the right border.

| | FromTop |

Animation starts from the top border.

| | FromLeftCenter |

Animation starts from the center of the left border.

| | FromTopCenter |

Animation starts from the center of the top border.

| | FromRightCenter |

Animation starts from the center of the right border.

| | FromBottomCenter |

Animation starts from the center of the bottom border.

| | FromLeftTopCorner |

Animation starts from the left top corner.

| | FromRightTopCorner |

Animation starts from the right top corner.

| | FromRightBottomCorner |

Animation starts from the right bottom corner.

| | FromLeftBottomCorner |

Animation starts from the left bottom corner.

|

The following properties accept/return XYMarkerSlideAnimationDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryXYMarkerSlideAnimation.Direction
WinForms ControlsXYMarkerSlideAnimationModel.Direction

See Also

DevExpress.XtraCharts Namespace