Nevron .NET Vision
Nevron.Chart Namespace / NAxisPagingView Class / ZoomOut Method


In This Topic
    ZoomOut Method (NAxisPagingView)
    In This Topic
    Zooms out the axis in order to display the specified axis range
    Syntax
    'Declaration
     
    
    Public Overridable Sub ZoomOut( _
       ByVal axisRange As NRange1DD, _
       ByVal dMinPageSize As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NAxisPagingView
    Dim axisRange As NRange1DD
    Dim dMinPageSize As System.Double
     
    instance.ZoomOut(axisRange, dMinPageSize)
    public virtual void ZoomOut( 
       NRange1DD axisRange,
       System.double dMinPageSize
    )

    Parameters

    axisRange
    dMinPageSize
    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