Back to Devexpress

Load Data to a Chart

aspnet-15919-components-chart-control-concepts-creating-charts-load-data-to-a-chart.md

latest2.2 KB
Original Source

Load Data to a Chart

  • Dec 17, 2020

You can use one of the approaches below to load data to the chart.

|

|

Manually Create a Series. Add each series to the chart’s collection. Populate series with points:

| |

|

Automatic Series Creation. Specify the DataSource and the WebChartControl.SeriesTemplate properties. The Chart Control creates and populates series based on these properties.

Pivot Charting (Integration with a Pivot Grid Control) uses this approach.

|

Refer to the following help topic to learn how to add the Chart Control to your application: How to: Add a Chart to a Web Application.

To learn about series options, refer to the following help topics:

The following topics describe how to paint series and series points: