Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianAxis Class / xrQG Method


In This Topic
    xrQG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function xrQG( _
       ByVal YrQG As System.Double, _
       ByVal ASQG As System.Single _
    ) As NRange
    'Usage
     
    
    Dim instance As NCartesianAxis
    Dim YrQG As System.Double
    Dim ASQG As System.Single
    Dim value As NRange
     
    value = instance.xrQG(YrQG, ASQG)
    internal NRange xrQG( 
       System.double YrQG,
       System.float ASQG
    )

    Parameters

    YrQG
    ASQG
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also