Scroll Pane of stacked horz bar charts

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

Scroll Pane of stacked horz bar charts

Post by Randall Jameson » Fri Mar 07, 2003 10:57 pm

Hello,

Is there a way to add a scroll bar to a StackedHorizontalBarChart ?
I need to display maybe 100 categories.

regards,

Randall Jameson

David Gilbert

Re: Scroll Pane of stacked horz bar charts

Post by David Gilbert » Sat Mar 08, 2003 12:24 am

You can put the ChartPanel into a JScrollPane...but it is the whole chart, not just the plot area.

Regards,

Dave Gilbert

Randall Jameson

Re: Scroll Pane of stacked horz bar charts

Post by Randall Jameson » Sat Mar 08, 2003 4:36 am

Thanks for the reply.

If I wanted to add a scroll pane to the chart itself, where
would I start?

regards,

Randall Jameson

Locked