SWTChart

version 0.8.0

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

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

How to use SWTChart as eclipse plug-in

Put the jar file org.swtchart_0.8.0.v20120301.jar at eclipse plug-ins directory.

How to use SWTChart for standalone Java applications

Add the jar file org.swtchart_0.8.0.v20120301.jar to classpath.

How to run SWTChart examples

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

2. Put the required jar files under the imported project as below.

org.swtchart.examples/lib/org.swtchart_0.8.0.v20120301.jar
org.swtchart.examples/lib/swt.jar

3. Configure the run configuration for Java application with main class *Example or RunAllExamples, and run it.


SWTChart Extension

version 0.8.0

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

org.swtchart_0.8.0/plugins/org.swtchart.ext_0.8.0.v20120301.jar - SWTChart Extension
org.swtchart_0.8.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

Put the jar file org.swtchart_0.8.0.v20120301.jar at eclipse plug-ins directory.

How to run SWTChart Extension examples

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

2. Configure the run configuration for eclipse application, and run it.

3. Open a view 'SWT Chart Sample View' on eclipse runtime workbench.