I have a a few series of data on my line chart like this :
2003-03 0.2 0.7
2003-04 0.0 0.8
2003-05 0.1 0.6
2003-06 0.0 0.1
2003-07 0.0 0.6
2003-08 0.0 0.7
2003-09 0.0 0.8
2003-10 0.1 0.7
2003-11 0.0 0.4
2003-12 0.1 0.7
2004-01 0.0 0.4
2004-02 0.1 0.3
2004-03 0.0 1.1
2004-04 0.0 0.4
2004-05 0.1 1.5
2004-06 0.1 0.8
2004-07 0.0 0.3
2004-08 0.2 0.7
2004-09 0.0 0.7
I would like to have a vertical line on my chart that I update every quarter. For example :
1st qtr => at 2003-10 a vertical line from 0.0 to 2.0.
2nd qtr => at 2004-01 a vertical line from 0.0 to 2.0.
The problem is my chart is not an xy chart.
I know how to put a line on the chart manually but I don't know how to do it automatically.
Can anyone help ?
Bookmarks