An example for error bars. 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 error bars.
Definition at line 16 of file ErrorBarsExample.java.
static Chart org.swtchart.examples.ErrorBarsExample.createChart | ( | Composite | parent | ) | [static] |
create the chart.
parent | The parent composite |
Definition at line 52 of file ErrorBarsExample.java.
References org.swtchart.IAxisSet.adjustRange(), org.swtchart.ISeriesSet.createSeries(), org.swtchart.Chart.getAxisSet(), org.swtchart.Chart.getSeriesSet(), org.swtchart.Chart.getTitle(), org.swtchart.ISeries.getYErrorBar(), org.swtchart.IErrorBar.setError(), org.swtchart.ITitle.setText(), org.swtchart.IErrorBar.setVisible(), org.swtchart.ISeries.setYSeries(), and org.swtchart.examples.ErrorBarsExample.ySeries.
Referenced by org.swtchart.examples.ErrorBarsExample.main().
static void org.swtchart.examples.ErrorBarsExample.main | ( | String[] | args | ) | [static] |
The main method.
args | the arguments |
Definition at line 27 of file ErrorBarsExample.java.
References org.swtchart.examples.ErrorBarsExample.createChart().
final double [] org.swtchart.examples.ErrorBarsExample.ySeries [static, private] |
{ 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 18 of file ErrorBarsExample.java.
Referenced by org.swtchart.examples.ErrorBarsExample.createChart().