Horizontal scrolling?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Harald Faber

Horizontal scrolling?

Post by Harald Faber » Wed Jul 17, 2002 5:10 pm

Hi all,
still having the StackedVerticalBarChart... :-)
Currently I get more categories to display than the frame width offers. That means in the legend I have 25 categories but only 19 are shown in the chart. How can I see the other 6 categories with the according values? I tried to add the ChartPanel into a JScrollPane but all I get is vertical scroll bars for the legend but no horizontal one for all categories. Any idea?

TIA,
Harald
(getting on your nerves today with many questions :-))

Harald Faber

Re: Horizontal scrolling?

Post by Harald Faber » Wed Jul 17, 2002 5:32 pm

Seems I am a bit blind....
Setting the correct category count solved the problem and displays all categories, no matter how many, into the chart.

Locked