Page 1 of 1

FontOrientation problem

Posted: Sun Mar 09, 2008 6:18 pm
by munchiez
I'm trying to change the orientation of some text at the side of a graph (generated with ASP). I'm wanting the text to display vertically, so I've tried setting this with:

oImage.FontOrientation = 270

No matter what value I use, the font orientation doesn't change. Do I need to change any other settings first?

I'm using the latest version of GflAx.dll if that helps.

Posted: Mon Mar 10, 2008 12:04 pm
by munchiez
Sorry, it was me being stupid. I'd not declared Option Explicit and a couple of undefined variables were messing things up.