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.v19.1.UI.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AnimationStartMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also