org.swtchart.examples.StackSeriesExample Class Reference

An example for chart with stack series. 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 = { 1.3, 2.4, 3.9, 2.6, 1.1 }
static final double[] ySeries2 = { 3.0, 2.1, 1.9, 2.3, 3.2 }

Detailed Description

An example for chart with stack series.

Definition at line 15 of file StackSeriesExample.java.


Member Function Documentation

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

The main method.

Parameters:
args the arguments

Definition at line 26 of file StackSeriesExample.java.

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

Here is the call graph for this function:


Member Data Documentation

final double [] org.swtchart.examples.StackSeriesExample.ySeries1 = { 1.3, 2.4, 3.9, 2.6, 1.1 } [static, private]
final double [] org.swtchart.examples.StackSeriesExample.ySeries2 = { 3.0, 2.1, 1.9, 2.3, 3.2 } [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