Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NLineScaleBreakStyle Class / ljC Method


In This Topic
    ljC Method (NLineScaleBreakStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function ljC( _
       ByVal nWSG As System.Double, _
       ByVal OWSG As System.Double, _
       ByVal pWSG As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NLineScaleBreakStyle
    Dim nWSG As System.Double
    Dim OWSG As System.Double
    Dim pWSG As System.Double
    Dim value As NGraphicsPath
     
    value = instance.ljC(nWSG, OWSG, pWSG)
    internal override NGraphicsPath ljC( 
       System.double nWSG,
       System.double OWSG,
       System.double pWSG
    )

    Parameters

    nWSG
    OWSG
    pWSG
    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