1. To add ScrollBar in Chart jfree.org |
2. PanScrollZoomDemo Vertical Scrollbar jfree.orgWould it be possible to add a vertical scrollbar example to the pan scroll zoom demo app and also upgrade it to the latest version? The auto range functions don't work with the version I have so I commented them out. I'd like to see how that's done. I've attempted to do the vertical scrollbar by mimicking the horizontal scrollbars, but ... |
3. scrollbar jfree.orgby determen77 Tue Aug 21, 2007 3:52 pm Already done dude.... This is for panning/keyboard shifting: public class ChartPanelShiftController implements KeyListener{ /** PAN plot by a fixed percentual of the range (eg. 1%) */ public static final int SHIFT_PERCENTUAL = 1; /** PAN plot by a fixed number of pixels (eg. 1px) */ public static final int SHIFT_PIXEL = 2; ... |
4. Scrollbars ....... jfree.orgScrollbars ....... by jfreechartfreakishere Sun Nov 30, 2008 10:20 pm Hi, I am using JFreechart for my gui and i need to display the graphs using Internal Frame Demo. The thing is that currently i am having three graphs embedded within the Internal Frame which can read data from the file and display the graphs. Now the requirement is that ... |
5. How to make chart scrollbar in eclipse rcp jfree.orgHi all... I'm using JFreeChart 1.0.13 and using eclipse rcp as the tools I want to make a chart scrollbar in eclipse rcp, but it can't works well I have tried it first in Netbeans by using JScrollbar and it done well but I can't use it in eclipse rcp.. anybody have ever try it in eclipse rcp? please give an ... |
6. Chart ScrollBar jfree.org |
7. adding a scrollbar to Dynamic Data Demo 3 jfree.org |