Back to Devexpress

AnimationBaseModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-b1b3764e.md

latest6.8 KB
Original Source

AnimationBaseModel Class

The AnimationBase model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(AnimationBase))]
public abstract class AnimationBaseModel :
    ChartElementModel
vb
<ModelOf(GetType(AnimationBase))>
Public MustInherit Class AnimationBaseModel
    Inherits ChartElementModel

Inheritance

Show 57 items

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel

SeriesPointAnimationBaseModel

BarGrowUpAnimationModel

BarSlideAnimationModel

BarWidenAnimationModel

PieAnimationBaseModel

PieWidenAnimationModel

XYMarkerAnimationBaseModel

BarAnimationBaseModel

CircularSeriesUnwindFromCenterAnimationModel

CircularSeriesZoomInAnimationModel

PieFlyInAnimationModel

PieGrowUpAnimationModel

PiePopUpAnimationModel

PieSpinAnimationBaseModel

PieSpinAnimationModel

CircularSeriesCircularUnwindAnimationModel

CircularSeriesLinearUnwindAnimationModel

CircularSeriesSpinZoomInAnimationModel

PieBurstAnimationModel

PieDropInAnimationModel

PieFanAnimationModel

PieFanGrowUpAnimationModel

BoxPlotAnimationBaseModel

BoxPlotSlideAnimationModel

CircularMarkerAnimationBaseModel

CircularMarkerSlideAnimationModel

CircularMarkerWidenAnimationModel

CircularSeriesAnimationBaseModel

FinancialAnimationBaseModel

FinancialExpandAnimationModel

FinancialSlideAnimationModel

FunnelAnimationBaseModel

FunnelFlyInAnimationModel

FunnelGrowUpAnimationModel

FunnelSlideAnimationModel

FunnelWidenAnimationModel

IndicatorAnimationBaseModel

IndicatorBlowUpAnimationModel

IndicatorDirectedAnimationBaseModel

IndicatorSlideAnimationModel

IndicatorStretchAnimationModel

IndicatorUnwindAnimationModel

IndicatorUnwrapAnimationModel

PieSpinGrowUpAnimationModel

XYMarkerSlideAnimationModel

XYMarkerWidenAnimationModel

XYSeriesAnimationBaseModel

XYSeriesBlowUpAnimationModel

XYSeriesDirectedAnimationBaseModel

XYSeriesSlideAnimationModel

XYSeriesStretchAnimationModel

XYSeriesUnwindAnimationModel

XYSeriesUnwrapAnimationModel

See Also

AnimationBaseModel Members

DevExpress.XtraCharts.Designer Namespace