[ofcgwt] How to set x axis visibility to false?

2 views
Skip to first unread message

dk

unread,
May 5, 2010, 6:02:38 AM5/5/10
to OFCGWT
Hi all,

can someone help me with this:
How can I set x axis visibility to false?

I couldn't find an adequate function..

Best regard,
dk

--
You received this message because you are subscribed to the Google Groups "OFCGWT" group.
To post to this group, send email to ofc...@googlegroups.com.
To unsubscribe from this group, send email to ofcgwt+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ofcgwt?hl=en.

dk

unread,
May 6, 2010, 4:35:39 AM5/6/10
to OFCGWT

In case someone is having the same problem, here is the solution:

XAxis xa = new XAxis();
xa.setLabels("");
xa.setStroke(0);
xa.setTickHeight(0);
<CHART>.setXAxis(xa);
Reply all
Reply to author
Forward
0 new messages