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


In This Topic
    hpC Method (NRadarChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hpC( _
       ByVal lYnG As NPaintVisitor, _
       ByVal MYnG As NChartAxis, _
       ByVal nYnG As ArSG _
    ) 
    'Usage
     
    
    Dim instance As NRadarChart
    Dim lYnG As NPaintVisitor
    Dim MYnG As NChartAxis
    Dim nYnG As ArSG
     
    instance.hpC(lYnG, MYnG, nYnG)
    internal override void hpC( 
       NPaintVisitor lYnG,
       NChartAxis MYnG,
       ArSG nYnG
    )

    Parameters

    lYnG
    MYnG
    nYnG
    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