2

I just want to know if there is any way of adding JFreeChart controls in NetBeans, like Swing controls. It would be of great help if I could drag and drop charts instead of coding them.

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
CyprUS
  • 4,159
  • 9
  • 48
  • 93

1 Answers1

0

It cannot be added as controls in Swing controls Toolbox.

They can only be added as libraries to help you in auto completion and documentaion (http://www.coderanch.com/t/105259/vc/Add-JFreeChart-libraries-Netbeans)

Linked to - How to display a JFreeChart in a NetBeans project

Community
  • 1
  • 1
Raj
  • 22,346
  • 14
  • 99
  • 142