Back to Devexpress

ChartModel.AnimationStartMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartmodel.md

latest1.4 KB
Original Source

ChartModel.AnimationStartMode Property

Gets or sets the animation start mode.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartAnimationMode AnimationStartMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property AnimationStartMode As ChartAnimationMode

Property Value

TypeDescription
ChartAnimationMode

The animation start mode.

|

Available values:

NameDescription
None

Animations do not start automatically.

| | OnLoad |

Animations start when chart is loaded.

| | OnDataChanged |

Animations start when the data has been changed.

|

See Also

ChartModel Class

ChartModel Members

DevExpress.XtraCharts.Designer Namespace