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


In This Topic
    IpC Method (NPolarChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub IpC( _
       ByVal SWnG As NPaintVisitor, _
       ByVal tWnG As NChartAxis, _
       ByVal UWnG As rQSG _
    ) 
    'Usage
     
    
    Dim instance As NPolarChart
    Dim SWnG As NPaintVisitor
    Dim tWnG As NChartAxis
    Dim UWnG As rQSG
     
    instance.IpC(SWnG, tWnG, UWnG)
    internal override void IpC( 
       NPaintVisitor SWnG,
       NChartAxis tWnG,
       rQSG UWnG
    )

    Parameters

    SWnG
    tWnG
    UWnG
    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