lucian81
Programmer
- Feb 11, 2008
- 14
Hello,
I want to create a chart (using mschart20lib) that has to following axis:
- Y axis - values between -2 and 2
- X axis - the date when the value was measured
i.e.
DATE: Value:
30.11.2007 -2
30.12.2007 2
01.06.2008 -1
I have managed to create the chart, but I could not be able to show the timeline correctly - the distances between the X axis values is equal for each time interval. This is not correct, because between 30.11.2007 and 30.12.2007 is aprox. 1 month and between 30.12.2007 and 01.06.2008 there are 6 months.
I tried to insert between these main intervals daily values calculated so that they do not change the straight line. But the mschart20lib is displaying all these values, which is also not correct for me.
Do you have an idea how to solve this?
Thank you.
Regards,
Lucian
I want to create a chart (using mschart20lib) that has to following axis:
- Y axis - values between -2 and 2
- X axis - the date when the value was measured
i.e.
DATE: Value:
30.11.2007 -2
30.12.2007 2
01.06.2008 -1
I have managed to create the chart, but I could not be able to show the timeline correctly - the distances between the X axis values is equal for each time interval. This is not correct, because between 30.11.2007 and 30.12.2007 is aprox. 1 month and between 30.12.2007 and 01.06.2008 there are 6 months.
I tried to insert between these main intervals daily values calculated so that they do not change the straight line. But the mschart20lib is displaying all these values, which is also not correct for me.
Do you have an idea how to solve this?
Thank you.
Regards,
Lucian