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

ChartControl.AnimationStartMode Property

Gets or sets the series animation start mode.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public ChartAnimationMode AnimationStartMode { get; set; }

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