| 54 | } |
| 55 | |
| 56 | inline void setAxesTitles(const char* pX, |
| 57 | const char* pY, |
| 58 | const char* pZ) { |
| 59 | mChart->setAxesTitles(pX, pY, pZ); |
| 60 | } |
| 61 | |
| 62 | inline void setAxesLimits(const float pXmin, const float pXmax, |
| 63 | const float pYmin, const float pYmax, |
nothing calls this directly
no outgoing calls
no test coverage detected