-
Notifications
You must be signed in to change notification settings - Fork 43
Documentation
Dr. Philip Wenig edited this page Aug 21, 2020
·
14 revisions
The documentation is splitted into the basic and to the additional bundles.
org.eclipse.swtchart
http://www.swtchart.org/doc/index.html
To use SWTChart as Eclipse plug-in, you can install it through update site:
- open Add Repository dialog with Help > Install New Software... > Add...
- specify update site shown at download page (e.g. https://download.eclipse.org/swtchart/0.7.0/update), and press Add button.
- select Eclipse SWTChart, and press Next / Finish button.
To use SWTChart as standalone Java application without Eclipse, you can download jar files from download page and add to classpath.
As a usual SWT widget, instantiate the class org.eclipse.swtchart.Chart giving a composite control and a style of control.
new Chart(composite, SWT.NONE);
That's it. An empty chart will be shown as below.
org.eclipse.swtchart.extensions
Copyright (C) 2008-2020 Eclipse SWTChart project. Eclipse Public License 2.0 (https://www.eclipse.org/legal/epl-2.0)