ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / Add Method
The DataPoint to add.

In This Topic
    Add Method (DataPointsCollection)
    In This Topic
    Adds a DataPoint to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As DataPoint _
    ) As Integer
    public int Add( 
       DataPoint value
    )

    Parameters

    value
    The DataPoint to add.
    See Also