| 42 | } |
| 43 | |
| 44 | void Chart::setAxesTitles(const char* pX, |
| 45 | const char* pY, |
| 46 | const char* pZ) |
| 47 | { |
| 48 | FG_THROW(fg_set_chart_axes_titles(get(), pX, pY, pZ)); |
| 49 | } |
| 50 | |
| 51 | void Chart::setAxesLimits(const float pXmin, const float pXmax, |
| 52 | const float pYmin, const float pYmax, |
no test coverage detected