Back to Devexpress

ChartControlExtension.Bind(Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolextension-dot-bind-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

ChartControlExtension.Bind(Object) Method

Binds the Chart to a data source.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ChartControlExtension Bind(
    object dataObject
)
vb
Public Function Bind(
    dataObject As Object
) As ChartControlExtension

Parameters

NameTypeDescription
dataObjectObject

An object specifying the bound data source.

|

Returns

TypeDescription
ChartControlExtension

A ChartControlExtension object representing the Chart.

|

See Also

ChartControlExtension Class

ChartControlExtension Members

DevExpress.Web.Mvc Namespace