RadChart for ASP.NET AJAX

RadControls for ASP.NET AJAX

See the code below for an example object that can be consumed by ObjectDataSource. Your object needs to be marked with the DataObjectAttribute for the object to be seen by Data Source Configuration Wizard. It also needs a method to select data marked by the DataObjectMethodAttribute (see GetProducts() method in the code sample).

See Data Binding RadChart to an ObjectDataSource for an example of how to use this object for binding.

See Also