ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / AddY Method
Specifies the Y value.

In This Topic
    AddY Method
    In This Topic
    Adds a DataPoint with the specified y value to the DataPointsCollection.
    Syntax
    'Declaration
     
    Public Function AddY( _
       ByVal ParamArray yValue() As Double _
    ) As Integer
    public int AddY( 
       params double[] yValue
    )

    Parameters

    yValue
    Specifies the Y value.
    See Also