Hi there,
Does anybody know how to create multiple-line axis labels?
I have a chart that needs to label the horizontal axis as something
like:
page views
(x1000,000)
Thanks in advance!
Yu
how to do multiple lines for axis labels?
Re: how to do multiple lines for axis labels?
Hi Yu,
It would require a modification to the axis draw(...) method. If you do that, you should also update the reserveWidth(...) or reserveHeight(...) methods to reflect the fact that your axis needs a little extra room.
Regards,
Dave Gilbert
It would require a modification to the axis draw(...) method. If you do that, you should also update the reserveWidth(...) or reserveHeight(...) methods to reflect the fact that your axis needs a little extra room.
Regards,
Dave Gilbert