| 283 | } |
| 284 | |
| 285 | wxString PCPCanvas::GetVariableNames() |
| 286 | { |
| 287 | if (var_order.empty()) return wxEmptyString; |
| 288 | |
| 289 | wxString s; |
| 290 | s << GetNameWithTime(var_order[0]); |
| 291 | return s; |
| 292 | } |
| 293 | |
| 294 | wxString PCPCanvas::GetCategoriesTitle() |
| 295 | { |
no test coverage detected