------------------------------------------------------------------------------
| 1503 | |
| 1504 | //------------------------------------------------------------------------------ |
| 1505 | void vtkAxisActor::SetAxisLinesProperty(vtkProperty* prop) |
| 1506 | { |
| 1507 | this->SetAxisMainLineProperty(prop); |
| 1508 | this->SetAxisMajorTicksProperty(prop); |
| 1509 | this->SetAxisMinorTicksProperty(prop); |
| 1510 | this->Modified(); |
| 1511 | } |
| 1512 | |
| 1513 | //------------------------------------------------------------------------------ |
| 1514 | vtkProperty* vtkAxisActor::GetAxisLinesProperty() |