org.swtchart.examples.AreaChartExample Class Reference

An example for area chart. More...

List of all members.

Static Public Member Functions

static void main (String[] args)
 The main method.
static Chart createChart (Composite parent)
 create the chart.

Static Private Attributes

static final double[] ySeries1 = { 0.1, 0.38, 0.71, 0.92, 1.0 }
static final double[] ySeries2 = { 1.2, 3.53, 3.1, 0.1, 0.5 }

Detailed Description

An example for area chart.

Definition at line 15 of file AreaChartExample.java.


Member Function Documentation

static Chart org.swtchart.examples.AreaChartExample.createChart ( Composite  parent  )  [static]
static void org.swtchart.examples.AreaChartExample.main ( String[]  args  )  [static]

The main method.

Parameters:
args the arguments

Definition at line 27 of file AreaChartExample.java.

References org.swtchart.examples.AreaChartExample.createChart().

Here is the call graph for this function:


Member Data Documentation

final double [] org.swtchart.examples.AreaChartExample.ySeries1 = { 0.1, 0.38, 0.71, 0.92, 1.0 } [static, private]
final double [] org.swtchart.examples.AreaChartExample.ySeries2 = { 1.2, 3.53, 3.1, 0.1, 0.5 } [static, private]

The documentation for this class was generated from the following file:

Generated on 26 Oct 2015 for SWTChart.org by  doxygen 1.6.1