1. Pie chart images created. how to refresh image jfree.org |
2. Refresh a piechart jfree.orgRefresh a piechart by kkt8 Wed May 18, 2011 1:30 pm Hello, I work with JFreeChart in a plugin eclipse, in a viewPart. I want to create a chart from a file informations, the first time it's ok : Code: Select all private String executableToChart = null; Composite parentView; ChartComposite compoChart = null; JFreeChart chart = null; public void createPartControl(Composite ... |