SWTChart

version 0.9.0

SWTChart is a chart component distributed under Eclipse Public License v1.0.

org.swtchart_0.9.0/plugins/org.swtchart_0.9.0.v20140219.jar - SWTChart
org.swtchart_0.9.0/EXAMPLES/org.swtchart.examples/* - SWTChart examples (Eclipse Java Project)

How to use SWTChart as Eclipse plug-in

The jar file org.swtchart_0.9.0.v20140219.jar can be used as Eclipse plug-in e.g. by placing it at dropins folder.

How to use SWTChart for standalone Java applications

Add the jar file org.swtchart_0.9.0.v20140219.jar to classpath.

How to run SWTChart examples

1. Import the project org.swtchart.examples into Eclipse workspace.

2. Copy the required jar files at following location in Eclipse workspace.

org.swtchart.examples/lib/org.swtchart_0.9.0.v20140219.jar
org.swtchart.examples/lib/swt.jar

3. Run *Example or RunAllExamples as Java application.


SWTChart Extension

version 0.9.0

SWTChart Extension is an extension of SWTChart, which is distributed under Eclipse Public License v1.0.

org.swtchart_0.9.0/plugins/org.swtchart.ext_0.9.0.v20140219.jar - SWTChart Extension
org.swtchart_0.9.0/EXAMPLES/org.swtchart.examples.ext/* - SWTChart Extension examples (Eclipse Plug-in Project)

Please note that SWTChart Extension requires not only SWT but also JFace.

How to use SWTChart Extension as Eclipse plug-in

The jar file org.swtchart_0.9.0.v20140219.jar can be used as Eclipse plug-in e.g. by placing it at dropins folder.

How to run SWTChart Extension examples

1. Copy the jar files org.swtchart_0.9.0.v20140219.jar and org.swtchart.ext_0.9.0.v20140219.jar at dropins folder.

2. Launch Eclipse, and import the project org.swtchart.examples.ext into Eclipse workspace.

3. Create a run configuration for Eclipse application, and start it.

4. Open a view 'SWT Chart Sample View' on Eclipse runtime workbench.