SciChart.Charting Assembly : SciChart.Charting.ViewportManagers Namespace
SciChart.Charting.ViewportManagers Namespace
Classes
 ClassDescription
Class 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 return the original axis range (no change)
ClassDefines a base class for a ViewportManager, which may be used to control visible range and ranging on a SciChart.Charting.Visuals.SciChartSurface
Interfaces
 InterfaceDescription
Interface Defines the interface to a ViewportManager, which may be used to intercept the X,Y axis ranging during render and invalidate the parent surface
See Also