Hi Paul,
I'm playing with SQLChart at the moment and I am trying to display a count of people's ages in date ranges, so I'm returning a text column for the age range and a column for the count. I have set the x-axis column to be the age range and the series to be the count in a ColumnChart. My age ranges are 13-17, 18-22, 23-27, 28-32, 33-37, 38-42, 43-47, 48-52, 58-62, 63-67, 68-72, but the x-axis only shows every other range along the axis. How do I persuade SQLChart to show every range?
Many thanks
Barry