I am struggling with the following problem:
I want to create a chart with months on the X-axis like
1/2010 2/2010 3/2010 4/2010 5/2010 6/2010 7/2010 etcetera
On the Y-axis [Level] is displayed, but not every month has a [Level] value.
It can come from the DB like:
Date | Level
-------------------
1/2010 | 50
2/2010 | 50
4/2010 | 52
7/2010 | 53
I want to display the months without a [Level] value in the chart to create a realistic time picture.
What is the best way to do this? I have tried several examples but no succes.
Best Regards,
Marc
I want to create a chart with months on the X-axis like
1/2010 2/2010 3/2010 4/2010 5/2010 6/2010 7/2010 etcetera
On the Y-axis [Level] is displayed, but not every month has a [Level] value.
It can come from the DB like:
Date | Level
-------------------
1/2010 | 50
2/2010 | 50
4/2010 | 52
7/2010 | 53
I want to display the months without a [Level] value in the chart to create a realistic time picture.
What is the best way to do this? I have tried several examples but no succes.
Best Regards,
Marc