DefaultViewportManager 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)
Object Model

Syntax
public class DefaultViewportManager : ViewportManagerBase, IViewportManager, SciChart.Charting.Visuals.ISciChartController, SciChart.Core.Framework.IInvalidatableElement, SciChart.Core.Framework.ISuspendable
Inheritance Hierarchy
System.Object
SciChart.Charting.ViewportManagers.ViewportManagerBase
SciChart.Charting.ViewportManagers.DefaultViewportManager
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also