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


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

    Parameters

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