ChartControlExtension.Bind(Object, String) Method
In This Article
Binds a chart to a data source and specifies the data member as a series data member.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ChartControlExtension Bind(
object dataObject,
string seriesDataMember
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | The data object. |
series |
String | The name of the data member whose values will be used as the series identifier. |
#Returns
Type | Description |
---|---|
Chart |
Returns itself. |
See Also