Load Data to a Chart
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: