Hello all,
Is it possible to get the values into the middle of the charts. At example: If I use VerticalBarChart the bars are drawn, but I must read the values from
the y-axis. It would be nice if I could read the values in the bars and not
at the y-axis.
Is there a possibility to do this. If yes, I would be very happy for your answer.
ciao
Frenk
Values into the Charts
Re: Values into the Charts
A developer (Jeremy Bowman I think it was) added a method to the CategoryPlot class:
public void setLabelsVisible(boolean);
This allows some charts (not all of them yet) to display values for each item. Positioning is fixed, but this code will get more flexible over time...
Regards,
DG
public void setLabelsVisible(boolean);
This allows some charts (not all of them yet) to display values for each item. Positioning is fixed, but this code will get more flexible over time...
Regards,
DG