------------------------------------------------------------------------------
| 2508 | |
| 2509 | //------------------------------------------------------------------------------ |
| 2510 | void vtkAxisActor::UpdateLabelActorProperty(int idx) |
| 2511 | { |
| 2512 | vtkTextActorInterfaceInternal* labelProp = this->LabelProps[idx].get(); |
| 2513 | labelProp->SetTextProperty(this->LabelTextProperty, this->GetProperty()); |
| 2514 | } |
| 2515 | |
| 2516 | //------------------------------------------------------------------------------ |
| 2517 | void vtkAxisActor::UpdateTitleActorProperty() |
no test coverage detected