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


In This Topic
    hpC Method (NPolarChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hpC( _
       ByVal vWnG As NPaintVisitor, _
       ByVal WWnG As NChartAxis, _
       ByVal xWnG As ArSG _
    ) 
    'Usage
     
    
    Dim instance As NPolarChart
    Dim vWnG As NPaintVisitor
    Dim WWnG As NChartAxis
    Dim xWnG As ArSG
     
    instance.hpC(vWnG, WWnG, xWnG)
    internal override void hpC( 
       NPaintVisitor vWnG,
       NChartAxis WWnG,
       ArSG xWnG
    )

    Parameters

    vWnG
    WWnG
    xWnG
    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