An example for chart orientation. 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 chart orientation.
Definition at line 15 of file OrientationExample.java.
| static Chart org.swtchart.examples.OrientationExample.createChart | ( | Composite | parent | ) | [static] |
create the chart.
| parent | The parent composite |
Definition at line 51 of file OrientationExample.java.
References org.swtchart.IAxisSet.adjustRange(), org.swtchart.ISeriesSet.createSeries(), 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.Chart.setOrientation(), org.swtchart.ITitle.setText(), org.swtchart.ISeries.setYSeries(), and org.swtchart.examples.OrientationExample.ySeries.
Referenced by org.swtchart.examples.OrientationExample.main().


| static void org.swtchart.examples.OrientationExample.main | ( | String[] | args | ) | [static] |
The main method.
| args | the arguments |
Definition at line 26 of file OrientationExample.java.
References org.swtchart.examples.OrientationExample.createChart().

final double [] org.swtchart.examples.OrientationExample.ySeries [static, private] |
{ 0.2, 1.1, 1.9, 2.3, 1.8, 1.5,
1.8, 2.6, 2.9, 3.2 }
Definition at line 17 of file OrientationExample.java.
Referenced by org.swtchart.examples.OrientationExample.createChart().
1.6.1