I'm using Java and OpenXLS to write out an Excel spreadsheet. I want to set the font of a chart. I used the setFontChart() method but it does not work. Can anybody help me, please? :)
Asked
Active
Viewed 111 times
0
-
Is there any code that you can provide us? – ksugiarto Aug 26 '13 at 09:29
-
I create a chartHandle named ch and I add into it many dataseries. After I want to change his font like this. ch.setChartFont("Arial", "180"); but it doesn't work. – Rostand Richard Aug 27 '13 at 07:12