Back to Devexpress

Indicator.Animation Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-9b186e1a.md

latest1.2 KB
Original Source

Indicator.Animation Property

Gets or sets an animation of the indicator.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public IndicatorAnimationBase Animation { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property Animation As IndicatorAnimationBase

Property Value

TypeDescription
IndicatorAnimationBase

An IndicatorAnimationBase class descendant that specifies an indicator animation.

|

See Also

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace