Bubble Symbol not shown in legend
Posted: Mon Apr 23, 2012 1:21 pm
Hi,
We have created a bubble chart but the legend does not show the bubble symbols (hence not possible to know which series is which).
We have something like this:
Bubble b = new Bubble(chart.getChart());
b.setTitle("hello");
b.add(1,3, 0.2f, "entry x");
..... (more add points)
chart.setShowLegend(true);
The legend is shown, but no symbol for the bubble. Symbol is shown for other chart types such as Line.
what can I try?
thanks,
Steven.
We have created a bubble chart but the legend does not show the bubble symbols (hence not possible to know which series is which).
We have something like this:
Bubble b = new Bubble(chart.getChart());
b.setTitle("hello");
b.add(1,3, 0.2f, "entry x");
..... (more add points)
chart.setShowLegend(true);
The legend is shown, but no symbol for the bubble. Symbol is shown for other chart types such as Line.
what can I try?
thanks,
Steven.