Working with Data > Charting Data Using Data Binding > Specify Series Data |
Once your chart is bound to a datasource, you must specify which columns are to be used as chart data. Set the ChartGroup Object's SeriesFields property to specify which database fields to chart. Each bound field is charted as a separate series. Set the PointLabelsField property to use a database column for PointLabels, or set the PointValuesField property to use a database column for X-values.