Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NRadialGauge Class / tMC Method


In This Topic
    tMC Method (NRadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub tMC( _
       ByVal QlpG As NPaintVisitor, _
       ByVal rlpG As NMarkerValueIndicator _
    ) 
    'Usage
     
    
    Dim instance As NRadialGauge
    Dim QlpG As NPaintVisitor
    Dim rlpG As NMarkerValueIndicator
     
    instance.tMC(QlpG, rlpG)
    internal override void tMC( 
       NPaintVisitor QlpG,
       NMarkerValueIndicator rlpG
    )

    Parameters

    QlpG
    rlpG
    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