In Editor Area, the left part is create by pressing
        "Start Acquire" button in control pane, the right part is
        created by opening the file acquired and saved to disk. 
        
There were many "Given range is invalid" errors printed in
          Console View:
        
          java.lang.IllegalArgumentException: Given range is
            invalid
          	at
            org.swtchart.internal.axis.Axis.setRange(Axis.java:190)
          	at
            org.swtchart.internal.axis.Axis.setRange(Axis.java:156)
          	at
org.eclipse.chemclipse.swt.ui.support.ChartUtil.checkAndSetRange(ChartUtil.java:92)
          	at
org.eclipse.chemclipse.msd.swt.ui.components.AbstractBarSeriesUI.redraw(AbstractBarSeriesUI.java:292)
          	at
org.eclipse.chemclipse.thirdpartylibraries.swtchart.ext.InteractiveChartExtended.handleEvent(InteractiveChartExtended.java:83)
          	at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         
        
        
        It seems the problem of no acquired chromatogram displayed
          is caused by the "Given range is invalid" errors.
        
        
        When I double clicked on the figure of right part, the
          chromatogram displayed as a red rectangle. 
        Even I right clicked on the figure and select "Reset 1:1",
          the rectangle stayed with no change. :(. 
        There were no more error printed as I right clicked or
          double clicked.