RadChart for ASP.NET AJAX

RadControls for ASP.NET AJAX

To bind a RadChart to an Array object, assign the RadChart DataSource property to the array, then call the RadChart DataBind() method. The example below demonstrates data binding to an array of integers.

 
Databinding to an array

See Also