org.swtchart.examples.MultipleAxesExample Class Reference

An example for multiple axes. 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
static final double[] ySeries2

Detailed Description

An example for multiple axes.

Definition at line 18 of file MultipleAxesExample.java.


Member Function Documentation

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

The main method.

Parameters:
args the arguments

Definition at line 33 of file MultipleAxesExample.java.

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

Here is the call graph for this function:


Member Data Documentation

final double [] org.swtchart.examples.MultipleAxesExample.ySeries1 [static, private]
Initial value:
 { 0.0, 0.38, 0.71, 0.92, 1.0,
            0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71,
            -0.38 }

Definition at line 20 of file MultipleAxesExample.java.

Referenced by org.swtchart.examples.MultipleAxesExample.createChart().

final double [] org.swtchart.examples.MultipleAxesExample.ySeries2 [static, private]
Initial value:
 { 2, 11, 19, 23, 18, 15, 18, 26,
            29, 32, 47, 32, 31, 35, 30, 29 }

Definition at line 24 of file MultipleAxesExample.java.

Referenced by org.swtchart.examples.MultipleAxesExample.createChart().


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

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