who can give me an example of dynamic barchart
who can give me an example of dynamic barchart
thanks very much
-
- Posts: 1
- Joined: Wed Feb 21, 2007 8:41 pm
- Location: Austria
--> Does anyone have an example-source for such a "dynamic barchart"??
In my case, the dataset should be changed via JSliders (the sliders work, the'startdataset' works and I'm searching and searching the web but I can't find an Example Code that changes my dataset (Integers and Doubles should be changed)??)
--> I hope that anyone can help me, greetings from Salzburg
DragQueenMum
In my case, the dataset should be changed via JSliders (the sliders work, the'startdataset' works and I'm searching and searching the web but I can't find an Example Code that changes my dataset (Integers and Doubles should be changed)??)
--> I hope that anyone can help me, greetings from Salzburg
DragQueenMum
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
BarChartDemo10.java (source code included with the JFreeChart Developer Guide) updates a dataset dynamically. It uses the DefaultCategoryDataset class --- updating is a simple call to the setValue() method.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

