| 60 | } |
| 61 | |
| 62 | inline void setAxesLimits(const float pXmin, const float pXmax, |
| 63 | const float pYmin, const float pYmax, |
| 64 | const float pZmin, const float pZmax) { |
| 65 | mChart->setAxesLimits(pXmin, pXmax, pYmin, pYmax, pZmin, pZmax); |
| 66 | } |
| 67 | |
| 68 | inline void setAxesLabelFormat(const std::string& pXFormat, |
| 69 | const std::string& pYFormat, |
nothing calls this directly
no outgoing calls
no test coverage detected