Search Results for

    Show / Hide Table of Contents

    Class ViewportManagerBase2D<TParentSurface>

    Defines a base class for a ViewportManager, which may be used to control visible range and ranging and to perform zoom operations on a SciChartSurface.

    Inheritance
    java.lang.Object
    viewportManagers.ViewportManagerBase
    ViewportManagerBase2D<TParentSurface>
    Inherited Members
    viewportManagers.ViewportManagerBase.attachTo(IServiceContainer)
    viewportManagers.ViewportManagerBase.decrementSuspend()
    viewportManagers.ViewportManagerBase.detach()
    viewportManagers.ViewportManagerBase.getIsSuspended()
    viewportManagers.ViewportManagerBase.getUpdateSuspenderCount()
    viewportManagers.ViewportManagerBase.invalidateElement()
    viewportManagers.ViewportManagerBase.invalidateParentSurface()
    viewportManagers.ViewportManagerBase.isAttached()
    viewportManagers.ViewportManagerBase.onApplyAutoRange(IAxisCore)
    viewportManagers.ViewportManagerBase.onUpdateXAxis(IAxisCore)
    viewportManagers.ViewportManagerBase.onUpdateYAxis(IAxisCore)
    viewportManagers.ViewportManagerBase.onVisibleRangeChanged(IAxisCore,IRange,IRange,boolean)
    viewportManagers.ViewportManagerBase.resumeUpdates(IUpdateSuspender)
    viewportManagers.ViewportManagerBase.suspendUpdates()
    viewportManagers.ViewportManagerBase.tryPerformAutoRange(IAxisCore)
    viewportManagers.ViewportManagerBase.updateXAxis(IAxisCore)
    viewportManagers.ViewportManagerBase.updateYAxis(IAxisCore)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class ViewportManagerBase2D<TParentSurface> extends viewportManagers.ViewportManagerBase<TParentSurface>
    Type Parameters
    Name Description
    TParentSurface

    Constructors

    ViewportManagerBase2D(Class<TParentSurface> parentSurfaceType)

    Declaration
    protected ViewportManagerBase2D(Class<TParentSurface> parentSurfaceType)
    Parameters
    Type Name Description
    Class<TParentSurface> parentSurfaceType

    Methods

    animateZoomExtents(long duration)

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

    animateZoomExtentsX(long duration)

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

    animateZoomExtentsY(long duration)

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

    zoomExtents()

    Declaration
    public void zoomExtents()

    zoomExtentsX()

    Declaration
    public void zoomExtentsX()

    zoomExtentsY()

    Declaration
    public void zoomExtentsY()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml