MCPcopy Create free account
hub / github.com/Kitware/VTK / GetNumberOfYMinorTicks

Method GetNumberOfYMinorTicks

Rendering/Annotation/vtkXYPlotActor.cxx:2808–2811  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

Serialize_vtkXYPlotActorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected