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

ChartControl.EnableAnimationProperty Field

OBSOLETE

The ChartControl.EnableAnimation property is obsolete now. Use the AnimationMode property instead.

Identifies the ChartControl.EnableAnimation dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Obsolete("The ChartControl.EnableAnimation property is obsolete now. Use the ChartControl.AnimationMode property instead.")]
public static readonly DependencyProperty EnableAnimationProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also