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

Method SetBorder

Interaction/Widgets/vtkXYPlotRepresentation.cxx:152–158  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

150
151//------------------------------------------------------------------------------
152void vtkXYPlotRepresentation::SetBorder(int x)
153{
154 if (this->XYPlotActor)
155 {
156 this->XYPlotActor->SetBorder(x);
157 }
158}
159
160//------------------------------------------------------------------------------
161void vtkXYPlotRepresentation::SetTitle(const char* title)

Callers 7

runCaseMethod · 0.80
RenderMethod · 0.80
SetLegendBorderMethod · 0.80
ShallowCopyMethod · 0.80
ShallowCopyMethod · 0.80
TestXYPlotActorFunction · 0.80

Calls

no outgoing calls

Tested by 2

runCaseMethod · 0.64
TestXYPlotActorFunction · 0.64