Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPlotChart Class / htKG<ItKG> Method


In This Topic
    htKG<ItKG> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub htKG(Of ItKG As NChartAxis)( _
       ByVal jtKG As NPaintVisitor, _
       ByVal KtKG As NElementCollection(Of ItKG), _
       ByVal ltKG As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NPlotChart
    Dim jtKG As NPaintVisitor
    Dim KtKG As NElementCollection(Of ItKG)
    Dim ltKG As System.Boolean
     
    instance.htKG(Of ItKG)(jtKG, KtKG, ltKG)
    internal void htKG<ItKG>( 
       NPaintVisitor jtKG,
       NElementCollection<ItKG> KtKG,
       System.bool ltKG
    )
    where ItKG: NChartAxis

    Parameters

    jtKG
    KtKG
    ltKG

    Type Parameters

    ItKG
    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