org.swtchart.examples.ScatterChartExample Class Reference

An example for scatter 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[] xSeries
static final double[] ySeries

Detailed Description

An example for scatter chart.

Definition at line 16 of file ScatterChartExample.java.


Member Function Documentation

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

The main method.

Parameters:
args the arguments

Definition at line 29 of file ScatterChartExample.java.

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

Here is the call graph for this function:


Member Data Documentation

final double [] org.swtchart.examples.ScatterChartExample.xSeries [static, private]
Initial value:
 { 0.0, 2.6, 6.5, 4.4, 5.6, 4.3,
            3.4, 10.8, 2.1, 8.9 }

Definition at line 18 of file ScatterChartExample.java.

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

final double [] org.swtchart.examples.ScatterChartExample.ySeries [static, private]
Initial value:
 { 1.3, 0.0, 3.9, 2.6, 1.1, 0.6,
            3.1, 3.5, 5.6, 4.4 }

Definition at line 20 of file ScatterChartExample.java.

Referenced by org.swtchart.examples.ScatterChartExample.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