Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public ChartControlExtension Bind(
    object dataObject,
    string seriesDataMember
)

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