Hi,
Can anyone here help me with a chart in ASP Pro 6, I have a data set from an SQL query that returns data as follows:
Area Qty
NameOfCell1 10
NameOfCell2 20
NameOfCell3 10
NameOfCell4 5
And so forth.................
When I chart the Qty on the Y axis against the Area on The X axis using a Bar Chart,
the chart X axis labels do not show for each data point plotted,
i.e I want NameOfCell1, NameOfCell2, NameOfCell3, NameOfCell4 on the X axis with the data points 10, 20 ,10,5 corresponding to them.
What I actually get is:
NameOfCell1, NameOfCell3 with the data points 10,20 and 10,5 i.e two data points grouped together with the label albeit they have separate bars on the chart but no individual labels on the X axis to indicate what they are, if you hover the mouse pointer over them you can tell, but this is not really much good if the chart is printed out.
Anyone seen this before? Or could point me in the right direction to fix the problem? There does not seem to be any configuration in ASP Runner, so I guess I need to change the Code generated that configures AnyChart.
Many Thanks,
Ian