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

Method SetLabelFormat

Rendering/Annotation/vtkXYPlotActor.cxx:2721–2725  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2719
2720//------------------------------------------------------------------------------
2721void vtkXYPlotActor::SetLabelFormat(const char* _arg)
2722{
2723 this->SetXLabelFormat(_arg);
2724 this->SetYLabelFormat(_arg);
2725}
2726
2727//------------------------------------------------------------------------------
2728void vtkXYPlotActor::SetXLabelFormat(const char* _arg)

Callers 2

SetXLabelFormatMethod · 0.45
SetYLabelFormatMethod · 0.45

Calls 2

SetXLabelFormatMethod · 0.95
SetYLabelFormatMethod · 0.95

Tested by

no test coverage detected