refresh « PieChart « JFreeChart Q&A





2. Refresh a piechart    jfree.org

Refresh 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 ...