An example for angled axis tick labels. 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 = { 1.3, 2.4, 3.9, 2.6, 1.1 } |
static final String[] | cagetorySeries |
An example for angled axis tick labels.
Definition at line 15 of file AngledAxisTickLabelsExample.java.
static Chart org.swtchart.examples.AngledAxisTickLabelsExample.createChart | ( | Composite | parent | ) | [static] |
create the chart.
parent | The parent composite |
Definition at line 53 of file AngledAxisTickLabelsExample.java.
References org.swtchart.IAxisSet.adjustRange(), org.swtchart.examples.AngledAxisTickLabelsExample.cagetorySeries, org.swtchart.ISeriesSet.createSeries(), org.swtchart.IAxis.enableCategory(), org.swtchart.Chart.getAxisSet(), org.swtchart.Chart.getSeriesSet(), org.swtchart.IAxis.getTick(), org.swtchart.Chart.getTitle(), org.swtchart.IAxisSet.getXAxis(), org.swtchart.IAxis.setCategorySeries(), org.swtchart.ITitle.setText(), org.swtchart.IAxisTick.setTickLabelAngle(), org.swtchart.ISeries.setYSeries(), and org.swtchart.examples.AngledAxisTickLabelsExample.ySeries.
Referenced by org.swtchart.examples.AngledAxisTickLabelsExample.main().
static void org.swtchart.examples.AngledAxisTickLabelsExample.main | ( | String[] | args | ) | [static] |
The main method.
args | the arguments |
Definition at line 28 of file AngledAxisTickLabelsExample.java.
References org.swtchart.examples.AngledAxisTickLabelsExample.createChart().
final String [] org.swtchart.examples.AngledAxisTickLabelsExample.cagetorySeries [static, private] |
{ "aaaaaaaaaa", "bb", "ccccccccccc", "dddddddddd", "eeeeeeeee" }
Definition at line 19 of file AngledAxisTickLabelsExample.java.
Referenced by org.swtchart.examples.AngledAxisTickLabelsExample.createChart().
final double [] org.swtchart.examples.AngledAxisTickLabelsExample.ySeries = { 1.3, 2.4, 3.9, 2.6, 1.1 } [static, private] |
Definition at line 17 of file AngledAxisTickLabelsExample.java.
Referenced by org.swtchart.examples.AngledAxisTickLabelsExample.createChart().