Nevron.Chart Namespace / NScaleTickStyle Class / NScaleTickStyle Constructor / NScaleTickStyle Constructor(NStrokeStyle,NSizeL,NLength)


In This Topic
    NScaleTickStyle Constructor(NStrokeStyle,NSizeL,NLength)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal lineStyle As NStrokeStyle, _
       ByVal size As NSizeL, _
       ByVal offset As NLength _
    )
    'Usage
     
    
    Dim lineStyle As NStrokeStyle
    Dim size As NSizeL
    Dim offset As NLength
     
    Dim instance As New NScaleTickStyle(lineStyle, size, offset)
    public NScaleTickStyle( 
       NStrokeStyle lineStyle,
       NSizeL size,
       NLength offset
    )

    Parameters

    lineStyle
    size
    offset
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also