다음을 통해 공유


ChartWebPart.CreateDataBinding Method

Initializes a ChartDataBinding object for binding the data of the Chart Web Part.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Protected Overrides Function CreateDataBinding As DataBinding
'Usage
Dim returnValue As DataBinding

returnValue = Me.CreateDataBinding()
protected override DataBinding CreateDataBinding()

Return Value

Type: DataBinding
The DataBinding object that is used for data binding.

Remarks

This override initializes and returns a ChartDataBinding object for binding the data of the Chart Web Part.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace