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

Method SetLegendBorder

Rendering/Annotation/vtkXYPlotActor.cxx:2951–2955  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2949
2950//------------------------------------------------------------------------------
2951void vtkXYPlotActor::SetLegendBorder(int b)
2952{
2953 this->LegendActor->SetBorder(b);
2954 this->Modified();
2955}
2956
2957//------------------------------------------------------------------------------
2958void vtkXYPlotActor::SetLegendBox(int b)

Callers 1

TestXYPlotActorFunction · 0.45

Calls 2

SetBorderMethod · 0.80
ModifiedMethod · 0.45

Tested by 1

TestXYPlotActorFunction · 0.36