I have problem to create a grid on the top of my Graph. For example creating a graph like
Code: Select all
WfCreate u 100
Series x = Rnd
Graph g1 x
Code: Select all
g1.options frameaxes(lrb)
Code: Select all
g1.options gridontop
I tried as well to draw a line on the top via the command
Code: Select all
g1.draw(line, left, color(red), top)
Regards Johan
