Groups
Groups
Sign in
Groups
Groups
OFCGWT
Conversations
About
Send feedback
Help
[ofcgwt] How to set x axis visibility to false?
2 views
Skip to first unread message
dk
unread,
May 5, 2010, 6:02:38 AM
5/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
5/6/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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