Specifying set date increments on X-Axis
Posted: Thu Feb 09, 2006 12:31 am
I'm reading data in from a database, with a datetime displayed on the x-axis and multiple numeric values on the y-axis using a Line series.
But I'm having a fundamental problem.
The datetime values are all at 15 minute intervals, eg. 1/1/2006 11:15 am
For basic testing, I've got two readings, eg. 1/1/2006 11:15 am and 1/1/2006 11:30am, with 10 valuesfor each datetime displayed on the y-axis.
I only want to display the two datetime values on the x-axis, but when the chart is rendered it automatically puts intervals in between, eg. 1/1/2006 11:20am and 1/1/2006 11:25am.
How do I only display the datetime values for which I've created Line series for?
Thanks in advance.
But I'm having a fundamental problem.
The datetime values are all at 15 minute intervals, eg. 1/1/2006 11:15 am
For basic testing, I've got two readings, eg. 1/1/2006 11:15 am and 1/1/2006 11:30am, with 10 valuesfor each datetime displayed on the y-axis.
I only want to display the two datetime values on the x-axis, but when the chart is rendered it automatically puts intervals in between, eg. 1/1/2006 11:20am and 1/1/2006 11:25am.
How do I only display the datetime values for which I've created Line series for?
Thanks in advance.