private String getDataViewExtendedName(String original, int index) {
return (original + "_" + index);
}
public ChartProperties getChartProperties() {
ChartProperties currentChartProperties = null;
if (chartViewer != null) {
currentChartProperties = chartViewer.getChartProperties();
}
return currentChartProperties;
}