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

Method SetTitleScale

Rendering/Annotation/vtkAxisActor.cxx:1417–1421  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1415
1416//-----------------------------------------------------------------------------**
1417void vtkAxisActor::SetTitleScale(double s)
1418{
1419 this->TitleProp->SetScale(s);
1420 this->SetExponentScale(s);
1421}
1422
1423//-----------------------------------------------------------------------------**
1424void vtkAxisActor::SetExponentScale(double s)

Callers 4

AutoScaleMethod · 0.80
BuildAxesMethod · 0.80
AutoScaleMethod · 0.80
InitializeAxisFunction · 0.80

Calls 2

SetExponentScaleMethod · 0.95
SetScaleMethod · 0.45

Tested by 1

InitializeAxisFunction · 0.64