Search found 2 matches
- Fri Jan 12, 2007 2:55 pm
- Forum: JFreeChart
- Topic: How can I put scrollbar on ChartPanel & space between ta
- Replies: 2
- Views: 5567
Solution !!!
Hi folks, I found a solution to those problems. I added a ChartPanel within a ScrollPane, in the ScrollPane I defined preferred size to display the scroll bar when the chart is out of the limit of the ScrollPane. And to adjust the size of the Chart and the space between tasks, I put the same values ...
- Thu Jan 11, 2007 6:08 pm
- Forum: JFreeChart
- Topic: How can I put scrollbar on ChartPanel & space between ta
- Replies: 2
- Views: 5567
How can I put scrollbar on ChartPanel & space between ta
Hi folks, How can I put scrollbar on ChartPanel and space between tasks? I'm developing a Gantt Chart, but it has many tasks and the labels overload each other, for example the previous task's label overloads the next one. I've created my own gantt renderer to put two labels surround the bar, one ab...