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

Method SetTooltipLabelFormat

Charts/Core/vtkPlot.cxx:458–467  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

456
457//------------------------------------------------------------------------------
458void vtkPlot::SetTooltipLabelFormat(const vtkStdString& labelFormat)
459{
460 if (this->TooltipLabelFormat == labelFormat)
461 {
462 return;
463 }
464
465 this->TooltipLabelFormat = labelFormat;
466 this->Modified();
467}
468
469//------------------------------------------------------------------------------
470vtkStdString vtkPlot::GetTooltipLabelFormat()

Callers 2

SetActivePlotMethod · 0.80
TestScatterPlotFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 1

TestScatterPlotFunction · 0.64