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


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

    Parameters

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