[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DataPointsCollection.DataBindY

DataBindY Method

DataBindY(object, string)

Binds the Y value(s) of the collection's DataPoints to the specified column(s) of the specified data source.

Declaration
public void DataBindY(object yDataSource, string yFields)
Parameters
Type Name Description
object yDataSource

Specifies the data source object that provides the Y value(s).

string yFields

Specifies the data source field(s) to which to bind DataPoints.

DataBindY(params IEnumerable[])

Binds the Y value(s) of the collection's DataPoints to the first column of the specified data source(s).

Declaration
public void DataBindY(params IEnumerable[] yEnumerableValues)
Parameters
Type Name Description
IEnumerable[] yEnumerableValues

DataBindY(params double[][])

Binds the Y values of the collection's DataPoints to a specified data source.

Declaration
public void DataBindY(params double[][] yValues)
Parameters
Type Name Description
double[][] yValues