A newer version of this page is available.
Switch to the current version.
CircularMarkerAnimationDirection Enum
Lists the directions of circular marker animations.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum CircularMarkerAnimationDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(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
Feedback