Hi,
I've got a problem with a (or 2) barlayer. I add a barlayer with the following settings :
BarLayer layer = chart.addBarLayer2(Chart.Stack, 0);
BarLayer labelLayer = = chart.addBarLayer2(Chart.Stack, 0);
labelLayer.setDataLabelStyle();
// after adding some datasets :
chart.yAxis().setLinearScale(80, 100);
layer.setDataCombineMethod(ChartDirector.Chart.Percentage);
labelLayer.setDataCombineMethod(ChartDirector.Chart.Percentage);
The problem is, that if I don't have all stacks between 80 and 100 percent the chart looks like the first 2 bars in the attached chart (don't mind the line).
What can I do?
Thanks & best regards,
Christoph
|