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


In This Topic
    CxnG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub CxnG( _
       ByVal dxnG As NPaintVisitor, _
       ByVal ExnG As NPolarAxis, _
       ByVal fxnG As System.Double, _
       ByVal GxnG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NPolarChart
    Dim dxnG As NPaintVisitor
    Dim ExnG As NPolarAxis
    Dim fxnG As System.Double
    Dim GxnG As System.Double
     
    instance.CxnG(dxnG, ExnG, fxnG, GxnG)
    internal void CxnG( 
       NPaintVisitor dxnG,
       NPolarAxis ExnG,
       System.double fxnG,
       System.double GxnG
    )

    Parameters

    dxnG
    ExnG
    fxnG
    GxnG
    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