Search found 2 matches
- Fri Aug 15, 2008 5:05 pm
- Forum: JFreeChart - Stockmarket
- Topic: interface openoffice spreadsheet data with jfreechart
- Replies: 1
- Views: 10214
It seems to me that in openoffice UNO API all it matters is the interface. Therefore if i can redefine the interface, i may even use the jfreechart library behind the scene to draw the chart in the canvas. if i use the jfreechart library, i need a way to map the spreadsheet data to the format expect...
- Mon Aug 11, 2008 5:33 pm
- Forum: JFreeChart - Stockmarket
- Topic: interface openoffice spreadsheet data with jfreechart
- Replies: 1
- Views: 10214
interface openoffice spreadsheet data with jfreechart
Hi, I'm developing a java openoffice.org extension and need to generate a complex OO chart (combined candlestick & line chart) the UNO API for charting com:sun:star:chart API is very complex and difficult to use.i thought to use jfreechart to generate my combined chart. Is there a way to interface j...