New to Telerik UI for WinForms? Download free 30-day trial

Data Binding RadChart to ObjectDataSource at Design-Time

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

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

    WinForms RadChart Smart Tag

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

    WinForms RadChart 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.

    WinForms RadChart 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.

    WinForms RadChart Define Data Methods

In this article