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

ChartControl.IsAnimationCompleted Property

Indicates whether animation is completed.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public override bool IsAnimationCompleted { get; }

Property Value

Type Description
Boolean

true, if animation is completed; otherwise, false.

See Also