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


In This Topic
    ljC Method (NScaleBreakStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function ljC( _
       ByVal xxSG As System.Double, _
       ByVal YxSG As System.Double, _
       ByVal AYSG As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NScaleBreakStyle
    Dim xxSG As System.Double
    Dim YxSG As System.Double
    Dim AYSG As System.Double
    Dim value As NGraphicsPath
     
    value = instance.ljC(xxSG, YxSG, AYSG)
    internal abstract NGraphicsPath ljC( 
       System.double xxSG,
       System.double YxSG,
       System.double AYSG
    )

    Parameters

    xxSG
    YxSG
    AYSG
    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