------------------------------------------------------------------------------
| 2402 | |
| 2403 | //------------------------------------------------------------------------------ |
| 2404 | void vtkXYPlotActor::SetPlotLabel(int i, const char* label) |
| 2405 | { |
| 2406 | this->LegendActor->SetEntryString(i, label); |
| 2407 | } |
| 2408 | |
| 2409 | //------------------------------------------------------------------------------ |
| 2410 | const char* vtkXYPlotActor::GetPlotLabel(int i) |
no test coverage detected