windowsforms-devexpress-dot-xtracharts-dot-designer-dot-xymarkerslideanimationmodel.md
Gets or sets the value of the XYMarkerSlideAnimation.Direction within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
public XYMarkerSlideAnimationDirection Direction { get; set; }
Public Property Direction As XYMarkerSlideAnimationDirection
| Type | Description |
|---|---|
| XYMarkerSlideAnimationDirection |
The animation direction.
|
Available values:
Show 12 items
| Name | Description |
|---|---|
| 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.
|
See Also
XYMarkerSlideAnimationModel Class