Back to Devexpress

IndicatorDirectedAnimationBaseModel Class

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

latest2.0 KB
Original Source

IndicatorDirectedAnimationBaseModel Class

The IndicatorDirectedAnimationBase model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(IndicatorDirectedAnimationBase))]
public abstract class IndicatorDirectedAnimationBaseModel :
    IndicatorAnimationBaseModel
vb
<ModelOf(GetType(IndicatorDirectedAnimationBase))>
Public MustInherit Class IndicatorDirectedAnimationBaseModel
    Inherits IndicatorAnimationBaseModel

Inheritance

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel IndicatorAnimationBaseModel IndicatorDirectedAnimationBaseModel IndicatorSlideAnimationModel

IndicatorStretchAnimationModel

IndicatorUnwindAnimationModel

See Also

IndicatorDirectedAnimationBaseModel Members

DevExpress.XtraCharts.Designer Namespace