wpf-devexpress-dot-xpf-dot-charts-f9d616b1.md
The base class for all animations available for the Circular (Polar and Radar) series point marker.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class CircularMarkerAnimationBase :
SeriesPointAnimationBase
Public MustInherit Class CircularMarkerAnimationBase
Inherits SeriesPointAnimationBase
The following members return CircularMarkerAnimationBase objects:
The CircularMarkerAnimationBase class serves as a base for all Circular objects that provide the series point marker animation functionality, and exposes the CircularMarkerAnimationBase.CreateAnimatedMarkerBounds method.
Show 17 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase CircularMarkerAnimationBase CircularMarkerFadeInAnimation
CircularMarkerLinearSlideAnimationBase
CircularMarkerSlideFromTopCenterAnimation
CircularMarkerSlideToCenterAnimation
CircularMarkerSlideFromBottomCenterAnimation
CircularMarkerSlideFromCenterAnimation
CircularMarkerSlideFromLeftCenterAnimation
CircularMarkerSlideFromRightCenterAnimation
See Also