Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianChart Class / tlnG Method


In This Topic
    tlnG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub tlnG( _
       ByRef UlnG As NMargins, _
       ByVal vlnG As ENContentSide, _
       ByVal value As System.Double _
    ) 
    'Usage
     
    
    Dim UlnG As NMargins
    Dim vlnG As ENContentSide
    Dim value As System.Double
     
    NCartesianChart.tlnG(UlnG, vlnG, value)
    internal static void tlnG( 
       ref NMargins UlnG,
       ENContentSide vlnG,
       System.double value
    )

    Parameters

    UlnG
    vlnG
    value
    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