Back to Devexpress

AnimationBase Class

corelibraries-devexpress-dot-xtracharts-60f67cc8.md

latest6.3 KB
Original Source

AnimationBase Class

The base class for all animations.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class AnimationBase :
    ChartElement,
    IXtraSupportCreateContentPropertyValue
vb
Public MustInherit Class AnimationBase
    Inherits ChartElement
    Implements IXtraSupportCreateContentPropertyValue

Remarks

This class introduces the AnimationBase.BeginTime property that allows specifying the initial delay of the animation , AnimationBase.Duration specifying the animation duration and the AnimationBase.EasingFunction property specifying the easing function.

Refer to the Animation topic for more information about animation.

Inheritance

Show 57 items

Object ChartElement AnimationBase SeriesAnimationBase

SeriesPointAnimationBase

PieDropInAnimation

PieFanAnimation

PieFanGrowUpAnimation

PieFlyInAnimation

PieGrowUpAnimation

PiePopUpAnimation

PieSpinAnimation

XYMarkerAnimationBase

XYMarkerSlideAnimation

XYMarkerWidenAnimation

XYSeriesAnimationBase

XYSeriesBlowUpAnimation

XYSeriesDirectedAnimationBase

XYSeriesSlideAnimation

XYSeriesStretchAnimation

XYSeriesUnwindAnimation

XYSeriesUnwrapAnimation

PieWidenAnimation

PieAnimationBase

PieBurstAnimation

PieSpinAnimationBase

BarAnimationBase

BarGrowUpAnimation

BarSlideAnimation

BarWidenAnimation

BoxPlotAnimationBase

BoxPlotSlideAnimation

CircularMarkerAnimationBase

CircularMarkerSlideAnimation

CircularMarkerWidenAnimation

CircularSeriesAnimationBase

CircularSeriesCircularUnwindAnimation

CircularSeriesLinearUnwindAnimation

CircularSeriesSpinZoomInAnimation

CircularSeriesUnwindFromCenterAnimation

CircularSeriesZoomInAnimation

FinancialAnimationBase

FinancialExpandAnimation

FinancialSlideAnimation

FunnelAnimationBase

FunnelFlyInAnimation

FunnelGrowUpAnimation

FunnelSlideAnimation

FunnelWidenAnimation

IndicatorAnimationBase

IndicatorBlowUpAnimation

IndicatorDirectedAnimationBase

IndicatorSlideAnimation

IndicatorStretchAnimation

IndicatorUnwindAnimation

IndicatorUnwrapAnimation

PieSpinGrowUpAnimation

See Also

AnimationBase Members

DevExpress.XtraCharts Namespace