RadChart for ASP.NET AJAX

RadControls for ASP.NET AJAX

Use the Data Source Configuration Wizard to bind ObjectDataSource at design time:

  1. Click the RadChart Smart Tag "Choose Data Source" | "<New Data Source>".

     
    Smart Tag Choose Data Source

  2. From the "Choose a data source type" page of the wizard select "Object" and click "OK".

     
    Choose a data source type

  3. From the "Choose a Business Object" page of the wizard, select your business object from the drop down list. Click Next.

     
    Choose a business object

  4. On the "Define data methods" page choose the select method from the drop down list. Click Finish. A new ObjectDataSource component will be visible on the page and the RadChart DataSource property will point to it.

     

See Also