| 56 | } |
| 57 | |
| 58 | void Chart::setAxesLabelFormat(const char* pXFormat, const char* pYFormat, const char* pZFormat) |
| 59 | { |
| 60 | FG_THROW(fg_set_chart_label_format(get(), pXFormat, pYFormat, pZFormat)); |
| 61 | } |
| 62 | |
| 63 | void Chart::getAxesLimits(float* pXmin, float* pXmax, |
| 64 | float* pYmin, float* pYmax, |
no test coverage detected