Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NZigZagScaleBreakStyle Class / KjC Method


In This Topic
    KjC Method (NZigZagScaleBreakStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub KjC( _
       ByVal dYSG As NGraphicsPath, _
       ByVal EYSG() As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NZigZagScaleBreakStyle
    Dim dYSG As NGraphicsPath
    Dim EYSG() As NPoint
     
    instance.KjC(dYSG, EYSG)
    internal override void KjC( 
       NGraphicsPath dYSG,
       NPoint[] EYSG
    )

    Parameters

    dYSG
    EYSG
    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