Interface | Description |
---|---|
IViewportManager |
Defines the interface to a `ViewportManager`, which may be used to intercept the `X-Axis` and `Y-Axis` ranging during render and invalidate the parent surface.
|
IViewportManagerBase |
Defines the interface to a ViewportManager, which may be used to intercept the X,Y axis ranging during render and invalidate the parent surface
|
Class | Description |
---|---|
DefaultViewportManager |
The DefaultViewportManager performs a naive calculation for X and Y Axis VisibleRange.
|
ViewportManagerBase<TParentSurface extends ISciChartSurfaceBase> |
Defines a base class for a ViewportManager, which may be used to control visible range and ranging on a
SciChartSurface |
ViewportManagerBase2D<TParentSurface extends ISciChartSurface> |
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 . |