Back to Devexpress

ChartControl.EnableAnimationProperty Field

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-74aa4c00.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Obsolete("The ChartControl.EnableAnimation property is obsolete now. Use the ChartControl.AnimationMode property instead.")]
public static readonly DependencyProperty EnableAnimationProperty
vb
<Obsolete("The ChartControl.EnableAnimation property is obsolete now. Use the ChartControl.AnimationMode property instead.")>
Public Shared ReadOnly EnableAnimationProperty As DependencyProperty

Field Value

TypeDescription
DependencyProperty

A dependency property identifier.

|

See Also

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace