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


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

    Parameters

    shape
    fillStyle
    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