Nevron .NET Vision
Nevron.Chart Namespace / NRangeSelection Class / SetRangeFromFactor Method


In This Topic
    SetRangeFromFactor Method
    In This Topic
    Sets the range selection range from a zoom factor (specified as a value from 0 to 1 from the respective horizontal or vertical axis)
    Syntax
    'Declaration
     
    
    Public Function SetRangeFromFactor( _
       ByVal factor As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRangeSelection
    Dim factor As System.Double
    Dim value As System.Boolean
     
    value = instance.SetRangeFromFactor(factor)
    public System.bool SetRangeFromFactor( 
       System.double factor
    )

    Parameters

    factor
    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