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