Since BIRT charting is complex, here are some tips to understand this better.
Source code for BIRT examples
The most effective way to develop applications using BIRT charting API is to get the source code for org.eclipse.birt.chart.examples on your workspace; run the chart examples and then write your own code.
To do this:
- Get the clone url for the project, ie https://github.com/eclipse/birt.git
- clone the project to local repository, ie: C:\Users\me\git\birt
- import the project org.eclipse.chart.examples from git local repo to workspace
- search for main() methods to run available examples
As example, the SwingChartVieverSelector class runs the application to display the following chart
Read FAQs
First of all: read BIRT Charts 2.2 faqs
To Generate a chart
0 Comments