Back to Devexpress

SeriesAnimationBase Class

corelibraries-devexpress-dot-xtracharts-cbdc830f.md

latest3.1 KB
Original Source

SeriesAnimationBase Class

The base class for all animations that change the whole series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SeriesAnimationBase :
    AnimationBase
vb
Public MustInherit Class SeriesAnimationBase
    Inherits AnimationBase

Remarks

For more information about animation, refer to the Animation topic.

Inheritance

Show 24 items

Object ChartElement AnimationBase SeriesAnimationBase CircularSeriesAnimationBase

IndicatorAnimationBase

XYSeriesAnimationBase

XYSeriesBlowUpAnimation

XYSeriesDirectedAnimationBase

XYSeriesSlideAnimation

XYSeriesStretchAnimation

XYSeriesUnwindAnimation

XYSeriesUnwrapAnimation

IndicatorSlideAnimation

IndicatorStretchAnimation

IndicatorUnwindAnimation

IndicatorUnwrapAnimation

IndicatorBlowUpAnimation

IndicatorDirectedAnimationBase

CircularSeriesCircularUnwindAnimation

CircularSeriesLinearUnwindAnimation

CircularSeriesSpinZoomInAnimation

CircularSeriesUnwindFromCenterAnimation

CircularSeriesZoomInAnimation

See Also

SeriesAnimationBase Members

DevExpress.XtraCharts Namespace