if (properties == null) {
properties = new PlotProperties(CometeColorUtil.getNewColor());
properties.getCurve().setName(viewId);
}
else {
properties = properties.clone();
}
int axis = convertDisplayAxisToAxis(axisList.get(i));
if (axis != -1) {
properties.setAxisChoice(axis);
}