Search Results for

    Show / Hide Table of Contents

    Interface ISciChartController

    An interface to a subset of methods on the SciChartSurface.

    Implements
    IInvalidatableElement
    ISuspendable
    Namespace:
    Assembly: .dll
    Syntax
    public interface ISciChartController extends IInvalidatableElement, ISuspendable

    Methods

    animateZoomExtents(long duration)

    Zooms to extents with the specified animation duration

    Declaration
    public abstract void animateZoomExtents(long duration)
    Parameters
    Type Name Description
    long duration

    The duration of animation when zooming to extents

    animateZoomExtentsX(long duration)

    Zooms the chart to the extents of the data in the X-Direction

    Declaration
    public abstract void animateZoomExtentsX(long duration)
    Parameters
    Type Name Description
    long duration

    The duration of animation when zooming to extents

    animateZoomExtentsY(long duration)

    Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction

    Declaration
    public abstract void animateZoomExtentsY(long duration)
    Parameters
    Type Name Description
    long duration

    The duration of animation when zooming to extents

    zoomExtents()

    Zooms the chart to the extents of the data, plus any X or Y Grow By fraction set on the X and Y Axes

    Declaration
    public abstract void zoomExtents()

    zoomExtentsX()

    Zooms the chart to the extents of the data in the X-Direction

    Declaration
    public abstract void zoomExtentsX()

    zoomExtentsY()

    Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction

    Declaration
    public abstract void zoomExtentsY()

    Implements

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