[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DataPointsCollection.AddXY

AddXY Method

AddXY(object, params double[])

Adds a DataPoint with the specified parameters to the DataPointsCollection.

Declaration
public int AddXY(object xValue, params double[] yValue)
Parameters
Type Name Description
object xValue

Specifies the X value.

double[] yValue

Specifies the Y values.

Returns
Type Description
int

System.Int32.