Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NRadarAxis Class / ElC Method


In This Topic
    ElC Method (NRadarAxis)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub ElC( _
       ByVal SArG As NPaintVisitor, _
       ByVal tArG As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NRadarAxis
    Dim SArG As NPaintVisitor
    Dim tArG As System.Boolean
     
    instance.ElC(SArG, tArG)
    internal override void ElC( 
       NPaintVisitor SArG,
       System.bool tArG
    )

    Parameters

    SArG
    tArG
    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