Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NLineScaleBreakStyle Class / NLineScaleBreakStyle Constructor / NLineScaleBreakStyle Constructor(NFill,NStroke,Double)


In This Topic
    NLineScaleBreakStyle Constructor(NFill,NStroke,Double)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fill As NFill, _
       ByVal strokeStyle As NStroke, _
       ByVal length As System.Double _
    )
    'Usage
     
    
    Dim fill As NFill
    Dim strokeStyle As NStroke
    Dim length As System.Double
     
    Dim instance As New NLineScaleBreakStyle(fill, strokeStyle, length)
    public NLineScaleBreakStyle( 
       NFill fill,
       NStroke strokeStyle,
       System.double length
    )

    Parameters

    fill
    strokeStyle
    length
    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