Chart Readme

This folder contains Java code samples showing how to use i-net Clear Reports chart.

BarSample.java

Shows how to create a bar chart with one group dataset and use the legend and axis properties.

Click to open the sample file.

LineSample.java

Shows how to create a line chart with two groups dataset and use the axis properties (e.g. abbreviation).

Click to open the sample file.

PieSample.java

Shows how to create a bar chart with 'for each record' dataset and use the pie specific properties.

Click to open the sample file.