Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

#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