------------------------------------------------------------------------------
| 2515 | |
| 2516 | //------------------------------------------------------------------------------ |
| 2517 | void vtkAxisActor::UpdateTitleActorProperty() |
| 2518 | { |
| 2519 | this->TitleProp->SetTextProperty(this->TitleTextProperty, this->GetProperty()); |
| 2520 | } |
| 2521 | |
| 2522 | //------------------------------------------------------------------------------ |
| 2523 | void vtkAxisActor::UpdateExponentActorProperty() |
no test coverage detected