Skip to main content

ChartControl.IsAnimationCompleted Property

Indicates whether animation is completed.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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