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
ViewportManagerBase2D<TParentSurface>
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()