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