1

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

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
AloneInTheDark
  • 938
  • 4
  • 15
  • 36

1 Answers1

2

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.

trashgod
  • 203,806
  • 29
  • 246
  • 1,045