Data Binding RadChart to ObjectDataSource at Design-Time
RadChart has been deprecated since Q3 2014 and is marked as obsolete as of the 2026 Q2 SP1 (v2026.2.708) release. This is the last release that includes the RadChart component — its source code will be removed from the assembly in the next release. We strongly recommend using RadHtmlChart, Telerik's modern client-side charting component. To transition from RadChart to RadHtmlChart, refer to the following migration articles:
Explore the RadHtmlChart documentation and online demos to determine how it fits your development needs.
Use the Data Source Configuration Wizard to bind ObjectDataSourceat design time:
-
Click the RadChart Smart Tag "Choose Data Source" | "New Data Source".

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

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

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