PyObject* py_setBarMinMax(PyObject *self, PyObject *args) { return py_setMinMax(self, args, "Bar"); }
PyObject* py_setGraphMinMax(PyObject *self, PyObject *args) { return py_setMinMax(self, args, "Graph"); }