Hi,
I have a excel sheet with a pie chart,
when I try to set bold on datalabels font this happens to me:
if I set :
chart.getNSeries().get(0).getDataLabels().getTextFont().setBold(true);
chart.getNSeries().get(0).getDataLabels().getTextFont().setItalic(true);
chart.getNSeries().get(0).getDataLabels().getTextFont().setUnderline(1);
chart.getNSeries().get(0).getPoints().get(i).getDataLabels().setNumberFormat("#0.0");
font datalabels does not become bold, italic, underlined
if I comment last code line I obtain my target.
It is a bug?
Thanks.