Hi,
I am evaluating SmartGWT EE v3.1p (SmartClient Version: v8.3p_2012-12-20/EVAL Deployment).
I am wondering how can I do the following:
1. Hide data labels in the X axis. The following code doesn't seem to work.
2. Move the legends from the bottom to the right side.
Thanks.
I am evaluating SmartGWT EE v3.1p (SmartClient Version: v8.3p_2012-12-20/EVAL Deployment).
I am wondering how can I do the following:
1. Hide data labels in the X axis. The following code doesn't seem to work.
Code:
DrawLabel h = chart.getDataAxisLabelProperties(); h.hide(); chart.setDataAxisLabelProperties(h);
Thanks.
Comment