1. how to refresh the JDBCXYDataset? jfree.org |
2. Want to refresh the Category dataset jfree.orgWant to refresh the Category dataset by ashutosh Mon Dec 18, 2006 2:48 pm Hi Everyone. I'm trying to develope a chart that will take the value for the database and display. some data is inserted in the database at some interval, so the volume of the database is increasing. I want to show the new value in the chart ... |
3. How can I refresh the Category dataset jfree.orgHow can I refresh the Category dataset by ashutosh Wed Dec 20, 2006 2:29 pm Hi Everyone. I'm trying to develope a chart that will take the value for the database and display. some data is inserted in the database at some interval, so the volume of the database is increasing. I want to show the new value in the ... |
4. How can I refresh the Category dataset jfree.orgHow can I refresh the Category dataset by ashutosh Wed Dec 20, 2006 2:30 pm Hi Everyone. I'm trying to develope a chart that will take the value for the database and display. some data is inserted in the database at some interval, so the volume of the database is increasing. I want to show the new value in the ... |
5. Please help!! can't refresh chart after dataset update... jfree.orgPlease help!! can't refresh chart after dataset update... by gerlun Sat Mar 08, 2008 4:06 pm Code: Select all public class LineChart { TimeSeries ts; TimeSeriesCollection tsCollection; XYDataset xydataset, rsiSeries; StandardXYItemRenderer xyRenderer = new StandardXYItemRenderer(); StandardXYItemRenderer rsiRenderer = new StandardXYItemRenderer(); ... |
6. Chart doesn't update in SWT window after refresh dataset jfree.orgChart doesn't update in SWT window after refresh dataset by 7ichris Fri Mar 12, 2010 11:54 pm Have anyone any idea, why my SWT Window/Panel doesn't update the chart, after refresh the dataset by clicking the Menuitem "push" or "push1" in createSShell() method ??? With the following code a second chart will drawn but only after I resize the window. ... |