ChartControlExtension.Bind(Object, String) Method
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.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataObject | Object | The data object. |
seriesDataMember | String | The name of the data member whose values will be used as the series identifier. |
Returns
Type | Description |
---|---|
ChartControlExtension | Returns itself. |
See Also