Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeriesSubset Class / AddRange Method
begining index
endind index (included in the range)


In This Topic
    AddRange Method (DataSeriesSubset)
    In This Topic
    Adds a range of indexes in the subset.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal beginIndex As Integer, _
       ByVal endIndex As Integer _
    ) 
    'Usage
     
    Dim instance As DataSeriesSubset
    Dim beginIndex As Integer
    Dim endIndex As Integer
     
    instance.AddRange(beginIndex, endIndex)
    public void AddRange( 
       int beginIndex,
       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