axisPane.add(axeprop[0]=new TimeAxePropertiesPanel(resources.getStringValue("primXSection"), "primX", true));
axisPane.add(axeprop[1]=new AxePropertiesPanel(resources.getStringValue("primYSection"), "primY", false, null));
}
protected void addSecondaryAxes(){
axisPane.add(axeprop[2]=new TimeAxePropertiesPanel(resources.getStringValue("secXSection"), "secX", false));
axisPane.add(axeprop[3]=new AxePropertiesPanel(resources.getStringValue("secYSection"), "secY", false, null));
}