Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NXYCartesianSeries Class / fhOG Method


In This Topic
    fhOG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function fhOG( _
       ByVal GhOG As ENCartesianAxisOrientation, _
       ByRef hhOG As System.Double, _
       ByRef IhOG As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NXYCartesianSeries
    Dim GhOG As ENCartesianAxisOrientation
    Dim hhOG As System.Double
    Dim IhOG As System.Double
    Dim value As System.Boolean
     
    value = instance.fhOG(GhOG, hhOG, IhOG)
    internal System.bool fhOG( 
       ENCartesianAxisOrientation GhOG,
       out System.double hhOG,
       out System.double IhOG
    )

    Parameters

    GhOG
    hhOG
    IhOG
    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