How do I set the chart X axis labels ?
Posted: Thu Jan 22, 2004 11:18 am
I have s DBChart that has 6 series (all barcharts with 3 bars in each), and each series comes from fields from a single-record. The problem is that the chart displays the labels under theX axis as the field names from the 1st series on the graph and I want to override this to have the graph show Year1, Year2 & Year3.
The only way I've found to do this so far is to have the SQL query return the first series of data as those field names, which is fine until series 1 is switched off (with the checkboxes by the user) and the X labels become the field names for series 2.
I hope that makes sense, any ideas ?
Thanks,
Phil.
The only way I've found to do this so far is to have the SQL query return the first series of data as those field names, which is fine until series 1 is switched off (with the checkboxes by the user) and the X labels become the field names for series 2.
I hope that makes sense, any ideas ?
Thanks,
Phil.