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





