| 49 | } |
| 50 | |
| 51 | void Chart::setAxesLimits(const float pXmin, const float pXmax, |
| 52 | const float pYmin, const float pYmax, |
| 53 | const float pZmin, const float pZmax) |
| 54 | { |
| 55 | FG_THROW(fg_set_chart_axes_limits(get(), pXmin, pXmax, pYmin, pYmax, pZmin, pZmax)); |
| 56 | } |
| 57 | |
| 58 | void Chart::setAxesLabelFormat(const char* pXFormat, const char* pYFormat, const char* pZFormat) |
| 59 | { |
no test coverage detected