ChartControl.AnimationStartMode Property
Gets or sets the series animation start mode.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| ChartAnimationMode | A ChartAnimationMode enumeration value. |
Available values:
| Name | Description |
|---|---|
| None | Animations do not start automatically. |
| OnLoad | Animations start when chart is loaded. |
| OnDataChanged | Animations start when the data has been changed. |
See Also