createSection.setLayoutData(GridDataFactory.fillDefaults().grab(true,
false).create());
chartsSection.setExpanded(true);
chartsSection.setLayoutData(GridDataFactory.fillDefaults().grab(true,
true).create());
IExpansionListener listener = new IExpansionListener() {
public void expansionStateChanged(ExpansionEvent e) {
Control c = (Control) e.getSource();
if (e.getState()) {
c.setLayoutData(GridDataFactory.fillDefaults().grab(true,