Back to Devexpress

CircularMarkerSlideAnimation.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-circularmarkerslideanimation.md

latest2.6 KB
Original Source

CircularMarkerSlideAnimation.Direction Property

Gets or sets the direction of the animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CircularMarkerAnimationDirection Direction { get; set; }
vb
Public Property Direction As CircularMarkerAnimationDirection

Property Value

TypeDescription
CircularMarkerAnimationDirection

A CircularMarkerAnimationDirection enumeration value.

|

Available values:

NameDescription
FromLeftCenter

Animated markers move from the center of the left border.

| | FromRightCenter |

Animated markers move from the center of the right border.

| | FromTopCenter |

Animated markers move from the center of the top border.

| | FromBottomCenter |

Animated markers move from the center of the bottom border.

| | ToCenter |

Animated markers move from diagram borders to the diagram center.

| | FromCenter |

Animated markers move from the diagram center to diagram borders.

|

See Also

CircularMarkerSlideAnimation Class

CircularMarkerSlideAnimation Members

DevExpress.XtraCharts Namespace