I'm defining a printer user scale to print a graph.
I want the upper left corner of the paper to be (0,120) and the lower right corner (100,-40) so I use this statement:
Printer.Scale (0,120)-(100,-40)
The resulting graph looks inverted in they axis as if the upper left corner were (0,-40) and the lower right (100,120)
Looks like this is not workinglike setting a picturebox user scale... or am I missing something?

