accessing individual elements in multiple graph object
Posted: Sat Aug 03, 2013 1:02 am
I have used this code (line 1) to create a multiple graph object. line 2 to draw a vertical line at 10 in the horizontal axis. now I want to draw vertical lines in different positions in the horizontal axes in different graphs. eg. in graph 1 at 10, in graph 2 at 15, in graph 3 at 25 etc.
Pl. help me to do this
Pl. help me to do this
Code: Select all
freeze(FiveMPercntRetByURDay) return.line across(date)
FiveMRateByURDay.draw(line, bottom) 10