Namespace com.scichart.charting.viewportManagers
Classes
DefaultViewportManager
The DefaultViewportManager performs a naive calculation for X and Y Axis VisibleRange. On each render of the parent SciChartSurface, either autorange to fit the data (depending on the Axis.AutoRange property value), or do not change anything
ViewportManagerBase<TParentSurface>
Defines a base class for a ViewportManager, which may be used to control visible range and ranging on a SciChartSurface
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.
Interfaces
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