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


In This Topic
    hpC Method (NPlotChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub hpC( _
       ByVal tSKG As NPaintVisitor, _
       ByVal USKG As NChartAxis, _
       ByVal vSKG As ArSG _
    ) 
    'Usage
     
    
    Dim instance As NPlotChart
    Dim tSKG As NPaintVisitor
    Dim USKG As NChartAxis
    Dim vSKG As ArSG
     
    instance.hpC(tSKG, USKG, vSKG)
    internal abstract void hpC( 
       NPaintVisitor tSKG,
       NChartAxis USKG,
       ArSG vSKG
    )

    Parameters

    tSKG
    USKG
    vSKG
    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