[]
Binds the Y value(s) of the collection's DataPoints to the specified column(s) of the specified data source.
public void DataBindY(object yDataSource, string yFields)
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. |
Binds the Y value(s) of the collection's DataPoints to the first column of the specified data source(s).
public void DataBindY(params IEnumerable[] yEnumerableValues)
Type | Name | Description |
---|---|---|
IEnumerable[] | yEnumerableValues |
Binds the Y values of the collection's DataPoints to a specified data source.
public void DataBindY(params double[][] yValues)
Type | Name | Description |
---|---|---|
double[][] | yValues |