Back to Devexpress

IndicatorStretchAnimationModel Class

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

latest1.7 KB
Original Source

IndicatorStretchAnimationModel Class

The IndicatorStretchAnimation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Inheritance

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel IndicatorAnimationBaseModel IndicatorDirectedAnimationBaseModel IndicatorStretchAnimationModel

See Also

IndicatorStretchAnimationModel Members

DevExpress.XtraCharts.Designer Namespace