Skip to main content
All docs
V26.1
  • ChartControlBase.IsAnimationCompleted Property

    Indicates whether animation is completed.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public virtual bool IsAnimationCompleted { get; }

    Property Value

    Type Description
    Boolean

    true, if animation is completed; otherwise, false.

    See Also