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

Method GetPlotLabel

Rendering/Annotation/vtkXYPlotActor.cxx:2410–2413  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2408
2409//------------------------------------------------------------------------------
2410const char* vtkXYPlotActor::GetPlotLabel(int i)
2411{
2412 return this->LegendActor->GetEntryString(i);
2413}
2414
2415//------------------------------------------------------------------------------
2416void vtkXYPlotActor::GenerateClipPlanes(int* pos, int* pos2)

Callers

nothing calls this directly

Calls 1

GetEntryStringMethod · 0.80

Tested by

no test coverage detected