Working with Data > Charting Data Using Data Binding > Use Column Headings as SeriesLabels |
Use the ChartGroup Object's AreSeriesLabelsBound property to use the database column headings as SeriesLabels.
Notes
· Data for a bound chart must be in array format
· If you set the PointValuesField or PointLabelsField properties, you must also set the Axis Object's AnnotationMethod property to the appropriate annotation type.
· Each column (as opposed to row) in the database is treated as a separate series.