protected void initChart() { super.initChart(); chart1.getHeader().setVisible(true); chart1.setText("Axes Z Position"); chart1.getWalls().getLeft().setVisible(false); chart1.getAspect().setChart3DPercent(100); }
protected void initChart() { super.initChart(); }