Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPolarChart Class / hxnG Method


In This Topic
    hxnG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub hxnG( _
       ByVal IxnG As NPaintVisitor, _
       ByVal jxnG As NPolarAxis, _
       ByVal KxnG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NPolarChart
    Dim IxnG As NPaintVisitor
    Dim jxnG As NPolarAxis
    Dim KxnG As System.Double
     
    instance.hxnG(IxnG, jxnG, KxnG)
    internal void hxnG( 
       NPaintVisitor IxnG,
       NPolarAxis jxnG,
       System.double KxnG
    )

    Parameters

    IxnG
    jxnG
    KxnG
    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