Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NXYZCartesianSeries Class / KhOG Method


In This Topic
    KhOG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function KhOG( _
       ByVal lhOG As ENCartesianAxisOrientation, _
       ByVal MhOG As System.Double, _
       ByRef nhOG As System.Double, _
       ByRef OhOG As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NXYZCartesianSeries
    Dim lhOG As ENCartesianAxisOrientation
    Dim MhOG As System.Double
    Dim nhOG As System.Double
    Dim OhOG As System.Double
    Dim value As System.Boolean
     
    value = instance.KhOG(lhOG, MhOG, nhOG, OhOG)
    internal System.bool KhOG( 
       ENCartesianAxisOrientation lhOG,
       System.double MhOG,
       out System.double nhOG,
       out System.double OhOG
    )

    Parameters

    lhOG
    MhOG
    nhOG
    OhOG
    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