Back to Devexpress

Stock2DAnimationBase Class

wpf-devexpress-dot-xpf-dot-charts-dot-stock2danimationbase.md

latest3.2 KB
Original Source

Stock2DAnimationBase Class

Represents the base class for all animations available for the Stock series view.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class Stock2DAnimationBase :
    SeriesPointAnimationBase
vb
Public MustInherit Class Stock2DAnimationBase
    Inherits SeriesPointAnimationBase

The following members return Stock2DAnimationBase objects:

Remarks

The Stock2DAnimationBase class serves as a base for all Stock animation objects, and exposes the Stock2DAnimationBase.CreateAnimatedStockBounds method.

Inheritance

Show 15 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase Stock2DAnimationBase Stock2DExpandAnimation

Stock2DFadeInAnimation

Stock2DSlideAnimationBase

Stock2DSlideFromRightAnimation

Stock2DSlideFromTopAnimation

Stock2DSlideFromBottomAnimation

Stock2DSlideFromLeftAnimation

See Also

Stock2DAnimationBase Members

Animation

Stock

CreateAnimatedStockBounds(Rect, Rect, Boolean, Boolean, Boolean, Double)

DevExpress.Xpf.Charts Namespace