An example for log scale. More...
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 |
An example for log scale.
Definition at line 15 of file LogScaleExample.java.
static Chart org.swtchart.examples.LogScaleExample.createChart | ( | Composite | parent | ) | [static] |
create the chart.
parent | The parent composite |
Definition at line 51 of file LogScaleExample.java.
References org.swtchart.IAxisSet.adjustRange(), org.swtchart.ISeriesSet.createSeries(), org.swtchart.IAxis.enableLogScale(), org.swtchart.Chart.getAxisSet(), org.swtchart.Chart.getSeriesSet(), org.swtchart.IAxis.getTitle(), org.swtchart.Chart.getTitle(), org.swtchart.IAxisSet.getXAxis(), org.swtchart.IAxisSet.getYAxis(), org.swtchart.ITitle.setText(), org.swtchart.ISeries.setYSeries(), and org.swtchart.examples.LogScaleExample.ySeries.
Referenced by org.swtchart.examples.LogScaleExample.main().
static void org.swtchart.examples.LogScaleExample.main | ( | String[] | args | ) | [static] |
The main method.
args | the arguments |
Definition at line 26 of file LogScaleExample.java.
References org.swtchart.examples.LogScaleExample.createChart().
final double [] org.swtchart.examples.LogScaleExample.ySeries [static, private] |
{ 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().