addOnCurrentRow(plotPane, 1, true, true, true);
}
protected void addPrimeAxes(){
axisPane.add(axeprop[0]=new TimeAxePropertiesPanel(resources.getStringValue("primXSection"), "primX", true));
axisPane.add(axeprop[1]=new AxePropertiesPanel(resources.getStringValue("primYSection"), "primY", false, null));
}