Back to Devexpress

IndicatorUnwindAnimationModel Class

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

latest1.7 KB
Original Source

IndicatorUnwindAnimationModel Class

The IndicatorUnwindAnimation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(IndicatorUnwindAnimation))]
public class IndicatorUnwindAnimationModel :
    IndicatorDirectedAnimationBaseModel
vb
<ModelOf(GetType(IndicatorUnwindAnimation))>
Public Class IndicatorUnwindAnimationModel
    Inherits IndicatorDirectedAnimationBaseModel

Inheritance

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel IndicatorAnimationBaseModel IndicatorDirectedAnimationBaseModel IndicatorUnwindAnimationModel

See Also

IndicatorUnwindAnimationModel Members

DevExpress.XtraCharts.Designer Namespace