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


In This Topic
    IpC Method (NPlotChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub IpC( _
       ByVal QSKG As NPaintVisitor, _
       ByVal rSKG As NChartAxis, _
       ByVal SSKG As rQSG _
    ) 
    'Usage
     
    
    Dim instance As NPlotChart
    Dim QSKG As NPaintVisitor
    Dim rSKG As NChartAxis
    Dim SSKG As rQSG
     
    instance.IpC(QSKG, rSKG, SSKG)
    internal abstract void IpC( 
       NPaintVisitor QSKG,
       NChartAxis rSKG,
       rQSG SSKG
    )

    Parameters

    QSKG
    rSKG
    SSKG
    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