// curves
propertyNames.addAll(Arrays.asList((new CurveShapePropertiesNames()).getPropertyNames()));
// limits
propertyNames.addAll(Arrays.asList((new LimitShapePropertiesNames()).getPropertyNames()));
propertyNames.add("PLOT_LEGEND");
propertyNames.add("PLOT_TITLE");
propertyNames.add("PLOT_CURVE_INFORMATION");
}