Skip to main content
ID

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PolarChartBuilder.DataSource Method

Name Parameters Description
DataSource(JS) js Binds the UI component to data. Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) data, key Binds a PolarChart control to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) configurator Binds a PolarChart control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
DataSource(String, String[]) staticJsonUrl, key Binds a PolarChart control to read-only data in JSON format.