Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Wpf.Charts

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