CircularMarkerAnimationDirection Enum
In This Article
Lists the directions of circular marker animations.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum CircularMarkerAnimationDirection
#Members
Name | Description |
---|---|
From
|
Animated markers move from the center of the left border. |
From
|
Animated markers move from the center of the right border. |
From
|
Animated markers move from the center of the top border. |
From
|
Animated markers move from the center of the bottom border. |
To
|
Animated markers move from diagram borders to the diagram center. |
From
|
Animated markers move from the diagram center to diagram borders. |
#Related API Members
The following properties accept/return CircularMarkerAnimationDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Circular |
Win |
Circular |
See Also