------------------------------------------------------------------------------
| 2806 | |
| 2807 | //------------------------------------------------------------------------------ |
| 2808 | int vtkXYPlotActor::GetNumberOfYMinorTicks() |
| 2809 | { |
| 2810 | return this->YAxis->GetNumberOfMinorTicks(); |
| 2811 | } |
| 2812 | |
| 2813 | //------------------------------------------------------------------------------ |
| 2814 | void vtkXYPlotActor::PrintAsCSV(ostream& os) |
no outgoing calls
no test coverage detected