ChartAnimationMode Enum
Lists the modes of automatic animation start.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum ChartAnimationMode
Members
Name | Description |
---|---|
None
|
Animations do not start automatically. |
OnLoad
|
Animations start when chart is loaded. |
OnDataChanged
|
Animations start when the data has been changed. |
Related API Members
The following properties accept/return ChartAnimationMode values:
See Also