Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianChart Class / hOnG Method


In This Topic
    hOnG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub hOnG( _
       ByVal IOnG As NPaintVisitor, _
       ByVal jOnG As NChartAxis, _
       ByVal KOnG As System.Double, _
       ByVal lOnG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim IOnG As NPaintVisitor
    Dim jOnG As NChartAxis
    Dim KOnG As System.Double
    Dim lOnG As System.Double
     
    instance.hOnG(IOnG, jOnG, KOnG, lOnG)
    internal void hOnG( 
       NPaintVisitor IOnG,
       NChartAxis jOnG,
       System.double KOnG,
       System.double lOnG
    )

    Parameters

    IOnG
    jOnG
    KOnG
    lOnG
    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