this.part = view.getPart();
this.client = view.getClient();
this.mode = mode;
this.resources = new LocalResourceManager(JFaceResources.getResources(), this);
this.store = new ConfigurationStore(identifier, client, this);
buildAvailableDataSeries();
load();
setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));