Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How hide data labels and move Legends in FacetChart

    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.
    Code:
    DrawLabel h = chart.getDataAxisLabelProperties();
    h.hide();
    chart.setDataAxisLabelProperties(h);
    2. Move the legends from the bottom to the right side.

    Thanks.
    Attached Files

    #2
    Have you found the solution to your problem? I also need to move the legend to the right

    Comment


      #3
      Originally posted by jan_matusiewicz View Post
      Have you found the solution to your problem? I also need to move the legend to the right
      I didn't find any way to move the legend to the right.

      As for the data labels, I resized it the smallest font size and changed the font color to match the background. It's hack job but it works.

      Comment

      Working...
      X