Nevron.Chart Namespace / NScaleRange Class / NScaleRange Constructor / NScaleRange Constructor(Int32,NRangeDecorationAnchor,NFillStyle,NLength,NLength,NLength)


In This Topic
    NScaleRange Constructor(Int32,NRangeDecorationAnchor,NFillStyle,NLength,NLength,NLength)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal id As System.Integer, _
       ByVal anchor As NRangeDecorationAnchor, _
       ByVal fillStyle As NFillStyle, _
       ByVal offset As NLength, _
       ByVal beginHeight As NLength, _
       ByVal endHeight As NLength _
    )
    'Usage
     
    
    Dim id As System.Integer
    Dim anchor As NRangeDecorationAnchor
    Dim fillStyle As NFillStyle
    Dim offset As NLength
    Dim beginHeight As NLength
    Dim endHeight As NLength
     
    Dim instance As New NScaleRange(id, anchor, fillStyle, offset, beginHeight, endHeight)

    Parameters

    id
    anchor
    fillStyle
    offset
    beginHeight
    endHeight
    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