Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeries Class / AddRange Method
source collection


In This Topic
    AddRange Method (DataSeries)
    In This Topic
    Adds the elements of the specified collection to the end of the data series. The operation is type safe.
    Syntax
    'Declaration
     
    Public Overrides Sub AddRange( _
       ByVal c As ICollection _
    ) 
    'Usage
     
    Dim instance As DataSeries
    Dim c As ICollection
     
    instance.AddRange(c)
    public override void AddRange( 
       ICollection c
    )

    Parameters

    c
    source collection
    Exceptions
    ExceptionDescription
    c is a null reference
    The enumerator of the collection cannot be obtained
    The collection contains an incompatible object
    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

    Reference

    DataSeries Class
    DataSeries Members
    Base Implementation in AddRange