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


In This Topic
    GpC Method (NPlotChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub GpC( _
       ByVal WSKG As NPaintVisitor, _
       ByVal xSKG As NChartAxis, _
       ByVal YSKG As MrSG _
    ) 
    'Usage
     
    
    Dim instance As NPlotChart
    Dim WSKG As NPaintVisitor
    Dim xSKG As NChartAxis
    Dim YSKG As MrSG
     
    instance.GpC(WSKG, xSKG, YSKG)
    internal abstract void GpC( 
       NPaintVisitor WSKG,
       NChartAxis xSKG,
       MrSG YSKG
    )

    Parameters

    WSKG
    xSKG
    YSKG
    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