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

Method SetAxesTextProperty

Rendering/Annotation/vtkPolarAxesActor2D.cxx:143–146  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

141
142//------------------------------------------------------------------------------
143void vtkPolarAxesActor2D::SetAxesTextProperty(vtkTextProperty* property)
144{
145 this->RadialGrid->SetTextProperty(property);
146}
147
148VTK_ABI_NAMESPACE_END

Callers 3

TestLegendScaleActorFunction · 0.45

Calls 1

SetTextPropertyMethod · 0.45

Tested by 3

TestLegendScaleActorFunction · 0.36