ASP.NET Pack Programmer's Guide
Chart.PerformDataBinding Method
See Also
 





Binds the specified DataSource to the control.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

protected override void PerformDataBinding (
    IEnumerable retrievedData
)

Visual Basic  Copy Code

Protected Overrides Sub PerformDataBinding( _
    retrievedData As IEnumerable _
)

 Parameters

retrievedData
The data read from the database.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace