[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DataPointsCollection.AddY

AddY Method

AddY(params double[])

Adds a DataPoint with the specified y value to the DataPointsCollection.

Declaration
public int AddY(params double[] yValue)
Parameters
Type Name Description
double[] yValue

Specifies the Y value.

Returns
Type Description
int