CircularMarkerSlideAnimation.Direction Property
Gets or sets the direction of the animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraSerializableProperty]
public CircularMarkerAnimationDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
CircularMarkerAnimationDirection | A CircularMarkerAnimationDirection enumeration value. |
Available values:
Name | Description |
---|---|
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