Search Results for

    Show / Hide Table of Contents

    Interface IVisibleRangeAnimator

    Defines the interface with methods for animating VisibleRange of IAxisCore

    Implements
    IAttachable
    Namespace:
    Assembly: .dll
    Syntax
    public interface IVisibleRangeAnimator extends IAttachable

    Methods

    animate(IRange to, long duration)

    Animates VisibleRange to specified range

    Declaration
    public abstract void animate(IRange to, long duration)
    Parameters
    Type Name Description
    IRange to

    The IRange instance to animate to

    long duration

    The duration of animation in milliseconds

    cancelAnimation()

    Cancels running animation

    Declaration
    public abstract void cancelAnimation()

    isAnimating()

    Gets the value indicating whether the animation is running

    Declaration
    public abstract boolean isAnimating()
    Returns
    Type Description
    boolean

    True if animation is running

    Implements

    IAttachable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml