Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesSubset Class / AddRange Method
begining index
endind index (included in the range)


In This Topic
    AddRange Method (NDataSeriesSubset)
    In This Topic
    Adds a range of indexes in the subset.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal beginIndex As System.Integer, _
       ByVal endIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesSubset
    Dim beginIndex As System.Integer
    Dim endIndex As System.Integer
     
    instance.AddRange(beginIndex, endIndex)
    public void AddRange( 
       System.int beginIndex,
       System.int endIndex
    )

    Parameters

    beginIndex
    begining index
    endIndex
    endind index (included in the range)
    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