// Cleanup
SWTUtil.disposeChildren(this.comp);
this.comp.setLayout(SWTUtil.createGrid(1,false));
this.chart = new InteractiveChart(this.comp,SWT.BORDER);
this.chart.setLayoutData(new GridData(GridData.FILL_BOTH));
this.chart.getLegend().setVisible(false);
this.chart.setOrientation(SWT.VERTICAL);
////////////////////////////////////////////////////////////////////////////