0.7.0
This is the first release of the Eclipse SWTChart library after the project has become an official Eclipse project. SWTChart extensions, that have been formerly developed under the umbrella of Eclipse EAVP, are now merged into this official project.
SWTChart can principally be used to easily draw charts in SWT. Mainly, three types are supported:
- Line Charts
- Scatter Charts
- Bar Charts
The repo is divided into two parts:
- org.eclipse.swtchart
- org.eclipse.swtchart.extensions
All basic chart functionalities and the well designed API are located in "org.eclipse.swtchart". Convenient charts are located in "org.eclipse.swtchart.extensions", which e.g. allow to scroll and to modify the menu entries and key actions easily. The extensions allow to customize charts interactively and in many different ways, without the need to understand every detail of the underlying API.
Many examples how to use the library are part of the repo. They are located in:
- org.eclipse.swtchart.examples
- org.eclipse.swtchart.extensions.examples
Additionally, a launch setting is also available which lets one easily explore the possibilities of the library.
- SWTChart Extension Examples.launch