*/
private void attemptEditChartProperties() {
SWTChartEditor editor = new SWTChartEditor(this.canvas.getDisplay(),
this.chart);
//ChartEditorManager.getChartEditor(canvas.getDisplay(), this.chart);
editor.open();
}
/**
* Returns <code>true</code> if file extensions should be enforced, and
* <code>false</code> otherwise.