AloneInTheDark
AloneInTheDark

Reputation: 938

How to rotate pie chart with mouse wheel in JFreeChart?

I'm searching about a pie chart that is rotated by mouse wheel but couldn't find a good example.

Upvotes: 1

Views: 497

Answers (1)

trashgod
trashgod

Reputation: 205825

You can use the ChartPanel method setMouseWheelEnabled(true).

Addendum: PieChartDemo1, included in the distribution, is a complete example; click the class name to see the source.

Upvotes: 2

Related Questions