| 66 | } |
| 67 | |
| 68 | inline void setAxesLabelFormat(const std::string& pXFormat, |
| 69 | const std::string& pYFormat, |
| 70 | const std::string& pZFormat) { |
| 71 | mChart->setAxesLabelFormat(pXFormat, pYFormat, pZFormat); |
| 72 | } |
| 73 | |
| 74 | inline void getAxesLimits(float* pXmin, float* pXmax, |
| 75 | float* pYmin, float* pYmax, |
nothing calls this directly
no outgoing calls
no test coverage detected