Indicator.Animation Property
Gets or sets an animation of the indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public IndicatorAnimationBase Animation { get; set; }
Property Value
Type | Description |
---|---|
IndicatorAnimationBase | An IndicatorAnimationBase class descendant that specifies an indicator animation. |
See Also