------------------------------------------------------------------------------
| 2384 | |
| 2385 | //------------------------------------------------------------------------------ |
| 2386 | double* vtkXYPlotActor::GetPlotColor(int i) |
| 2387 | { |
| 2388 | return this->LegendActor->GetEntryColor(i); |
| 2389 | } |
| 2390 | |
| 2391 | //------------------------------------------------------------------------------ |
| 2392 | void vtkXYPlotActor::SetPlotSymbol(int i, vtkPolyData* input) |
nothing calls this directly
no test coverage detected