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


In This Topic
    MtKG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MtKG( _
       ByVal ntKG As NPaintVisitor, _
       ByVal OtKG As NElement _
    ) 
    'Usage
     
    
    Dim instance As NPlotChart
    Dim ntKG As NPaintVisitor
    Dim OtKG As NElement
     
    instance.MtKG(ntKG, OtKG)
    internal void MtKG( 
       NPaintVisitor ntKG,
       NElement OtKG
    )

    Parameters

    ntKG
    OtKG
    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