Indicator.Animation Property
In This Article
Gets or sets an animation of the indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public IndicatorAnimationBase Animation { get; set; }
#Property Value
Type | Description |
---|---|
Indicator |
An Indicator |
See Also