| 72 | } |
| 73 | |
| 74 | inline void getAxesLimits(float* pXmin, float* pXmax, |
| 75 | float* pYmin, float* pYmax, |
| 76 | float* pZmin, float* pZmax) { |
| 77 | mChart->getAxesLimits(pXmin, pXmax, pYmin, pYmax, pZmin, pZmax); |
| 78 | } |
| 79 | |
| 80 | inline void setLegendPosition(const float pX, const float pY) { |
| 81 | mChart->setLegendPosition(pX, pY); |
nothing calls this directly
no outgoing calls
no test coverage detected