------------------------------------------------------------------------------
| 150 | |
| 151 | //------------------------------------------------------------------------------ |
| 152 | void vtkXYPlotRepresentation::SetBorder(int x) |
| 153 | { |
| 154 | if (this->XYPlotActor) |
| 155 | { |
| 156 | this->XYPlotActor->SetBorder(x); |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | //------------------------------------------------------------------------------ |
| 161 | void vtkXYPlotRepresentation::SetTitle(const char* title) |
no outgoing calls