corelibraries-devexpress-dot-xtracharts-de25d512.md
Lists the directions of circular marker animations.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum CircularMarkerAnimationDirection
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum CircularMarkerAnimationDirection
| 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.
|
The following properties accept/return CircularMarkerAnimationDirection values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | CircularMarkerSlideAnimation.Direction |
| WinForms Controls | CircularMarkerSlideAnimationModel.Direction |
See Also