ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / AddRange Method
The DataPoints to add to the collection.

In This Topic
    AddRange Method (DataPointsCollection)
    In This Topic
    Adds a set of DataPoints to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal value() As DataPoint _
    ) 
    public void AddRange( 
       DataPoint[] value
    )

    Parameters

    value
    The DataPoints to add to the collection.
    See Also