------------------------------------------------------------------------------
| 2396 | |
| 2397 | //------------------------------------------------------------------------------ |
| 2398 | vtkPolyData* vtkXYPlotActor::GetPlotSymbol(int i) |
| 2399 | { |
| 2400 | return this->LegendActor->GetEntrySymbol(i); |
| 2401 | } |
| 2402 | |
| 2403 | //------------------------------------------------------------------------------ |
| 2404 | void vtkXYPlotActor::SetPlotLabel(int i, const char* label) |
nothing calls this directly
no test coverage detected