compositeRowsSelectorPanel = new JCompositeRowsSelectorPanel(compositeModel, this);
compositeModel.setNotifier((CompositeNotifierInterface) compositeRowsSelectorPanel);
graphPanel.replaceRowTab("Graphs", compositeRowsSelectorPanel, "Select graphs/rows to display");
graphPanel.getGraphObject().setxAxisLabelRenderer(new DateTimeRenderer("HH:mm:ss"));
graphPanel.getGraphObject().setReSetColors(true);
graphPanel.getGraphObject().setxAxisLabel("Elapsed time");
graphPanel.getGraphObject().setYAxisLabel("Scaled values");