SciChart.Charting.ViewportManagers Namespace
Classes
Class | Description | |
---|---|---|
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 return the original axis range (no change) | |
ViewportManagerBase | Defines a base class for a ViewportManager, which may be used to control visible range and ranging on a SciChart.Charting.Visuals.SciChartSurface |
Interfaces
Interface | Description | |
---|---|---|
IViewportManager | 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