-----------------------------------------------------------------------------
| 1422 | |
| 1423 | //-----------------------------------------------------------------------------** |
| 1424 | void vtkAxisActor::SetExponentScale(double s) |
| 1425 | { |
| 1426 | this->ExponentProp->SetScale(s); |
| 1427 | } |
| 1428 | |
| 1429 | //-----------------------------------------------------------------------------** |
| 1430 | void vtkAxisActor::SetTitle(const std::string& title) |