ChartModel.AnimationStartMode Property
Gets or sets the animation start mode.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartAnimationMode AnimationStartMode { get; set; }
Property Value
Type | Description |
---|---|
ChartAnimationMode | The animation start mode. |
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