| 61 | } |
| 62 | |
| 63 | void Chart::getAxesLimits(float* pXmin, float* pXmax, |
| 64 | float* pYmin, float* pYmax, |
| 65 | float* pZmin, float* pZmax) |
| 66 | { |
| 67 | FG_THROW(fg_get_chart_axes_limits(pXmin, pXmax, pYmin, pYmax, pZmin, pZmax, get())); |
| 68 | } |
| 69 | |
| 70 | void Chart::setLegendPosition(const float pX, const float pY) |
| 71 | { |
no test coverage detected