Nevron.Chart Namespace / NScaleLevelSeparator Class / NScaleLevelSeparator Constructor / NScaleLevelSeparator Constructor(Int32,NRangeDecorationAnchor,ScaleLevelShape,NFillStyle,NStrokeStyle)


In This Topic
    NScaleLevelSeparator Constructor(Int32,NRangeDecorationAnchor,ScaleLevelShape,NFillStyle,NStrokeStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal id As System.Integer, _
       ByVal anchor As NRangeDecorationAnchor, _
       ByVal shape As ScaleLevelShape, _
       ByVal fillStyle As NFillStyle, _
       ByVal borderStyle As NStrokeStyle _
    )
    'Usage
     
    
    Dim id As System.Integer
    Dim anchor As NRangeDecorationAnchor
    Dim shape As ScaleLevelShape
    Dim fillStyle As NFillStyle
    Dim borderStyle As NStrokeStyle
     
    Dim instance As New NScaleLevelSeparator(id, anchor, shape, fillStyle, borderStyle)

    Parameters

    id
    anchor
    shape
    fillStyle
    borderStyle
    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