org.swtchart.examples.LogScaleExample Class Reference

An example for log scale. 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[] ySeries

Detailed Description

An example for log scale.

Definition at line 15 of file LogScaleExample.java.


Member Function Documentation

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

The main method.

Parameters:
args the arguments

Definition at line 26 of file LogScaleExample.java.

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

Here is the call graph for this function:


Member Data Documentation

final double [] org.swtchart.examples.LogScaleExample.ySeries [static, private]
Initial value:
 { 0.6, 0.4, 0.7, 0.06, 1.9, 1.7,
            2.6, 5.4, 9.1, 11.2, 23.4, 10.6, 54.2, 40.6, 68.1, 110.5 }

Definition at line 17 of file LogScaleExample.java.

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