Thank you for the quick reply Maneesh.
I have looked at the Visualization API but i believe the same problem exists.
I realise I may not have made the actual problem clear in the initial post but it is this:
in the examples I have seen, when drawing a simple column grid (for example), the bars are drawn from the x grid at REGULAR intervals for each entry supplied (Jan, Feb, March) (
Java, C++, Prolog)
However, I need to display an x grid which, while marking the intervals along the x axis as months (Jan, Feb, etc), will display the Bars themselves at points along the x axis which reflect the actual java.util.Date when the value was measured.
So there may be no Bars during Jan and yet 20 Bars in May!
Does the Visualisation API allow this? I didn't see it.
Can you point me to some example code?
Many thanks