Search Results for

    Show / Hide Table of Contents

    Interface VisibleRangeChangeListener

    Defines interface for listening of visible range changes for this axis

    Namespace:
    Assembly: .dll
    Syntax
    public interface VisibleRangeChangeListener

    Methods

    onVisibleRangeChanged(IAxisCore axis, IRange oldRange, IRange newRange, boolean isAnimating)

    Called when axis VisibleRange changed

    Declaration
    public abstract void onVisibleRangeChanged(IAxisCore axis, IRange oldRange, IRange newRange, boolean isAnimating)
    Parameters
    Type Name Description
    IAxisCore axis

    The target axis

    IRange oldRange

    The old VisibleRange

    IRange newRange

    The new VisibleRange

    boolean isAnimating

    Flag indicating whether the VisibleRange is animating

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