I am having a hard time viewing the javadocs for QCChart2D and QCRTChart. Are they posted on-line? If I am using NetBeans, is there a way I can pull the entire API up so that I can look up individual class attributes?
We are not really NetBeans programmers, using Eclipse exclusively for all Java program development. We did use NetBeans enough to write the Compiling and Running the Example Programs chapters of the manual.
We used NetBeans help to bring up a description of how to install JavaDoc documentaion into the IDE.
Based on that description, just go to Tools | Library Manager and add the QCChart2DJava.jar and QCRTGraphJava.jar jar files to the classpath and javadoc tabs. Then in the editor you can highlight and right click on and of our classes and bring up JavaDoc documentation for that class.