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

ChartControlBase.IsAnimationCompleted Property

Indicates whether animation is completed.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public virtual bool IsAnimationCompleted { get; }

Property Value

Type Description
Boolean

true, if animation is completed; otherwise, false.

See Also