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

Method SetPlotLabel

Rendering/Annotation/vtkXYPlotActor.cxx:2404–2407  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2402
2403//------------------------------------------------------------------------------
2404void vtkXYPlotActor::SetPlotLabel(int i, const char* label)
2405{
2406 this->LegendActor->SetEntryString(i, label);
2407}
2408
2409//------------------------------------------------------------------------------
2410const char* vtkXYPlotActor::GetPlotLabel(int i)

Callers 3

xyPlot2.pyFile · 0.45
xyPlot3.pyFile · 0.45
xyPlot4.pyFile · 0.45

Calls 1

SetEntryStringMethod · 0.80

Tested by

no test coverage detected