Skip to main content
A newer version of this page is available. .

Indicator.Animation Property

Gets or sets an animation of the indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[NonTestableProperty]
public IndicatorAnimationBase Animation { get; set; }

Property Value

Type Description
IndicatorAnimationBase

An IndicatorAnimationBase class descendant that specifies an indicator animation.

See Also