Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NBubbleSeries Class / nxtG Method


In This Topic
    nxtG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub nxtG( _
       ByVal OxtG As nOOG, _
       ByRef pxtG As System.Double, _
       ByRef QxtG As System.Double, _
       ByRef rxtG As System.Double, _
       ByRef SxtG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NBubbleSeries
    Dim OxtG As nOOG
    Dim pxtG As System.Double
    Dim QxtG As System.Double
    Dim rxtG As System.Double
    Dim SxtG As System.Double
     
    instance.nxtG(OxtG, pxtG, QxtG, rxtG, SxtG)
    internal void nxtG( 
       nOOG OxtG,
       out System.double pxtG,
       out System.double QxtG,
       out System.double rxtG,
       out System.double SxtG
    )

    Parameters

    OxtG
    pxtG
    QxtG
    rxtG
    SxtG
    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