Chart with Dynamic Series
- Last UpdatedMar 30, 2022
- 1 minute read
To create a report with a Chart control bound to data, in which the all series will be auto-created using the series template specifying common data binding properties for all series, proceed as follows.
The data for all series (the series names along with series points' arguments and values) must be stored in the same data table. Also, the series view type and certain other settings should be the same for all the created series.
In this example the 'GSP' table of the sample gsp.mdb database will be used. This table contains the Gross State Product (GSP) statistics for some US regions.
