------------------------------------------------------------------------------
| 2949 | |
| 2950 | //------------------------------------------------------------------------------ |
| 2951 | void vtkXYPlotActor::SetLegendBorder(int b) |
| 2952 | { |
| 2953 | this->LegendActor->SetBorder(b); |
| 2954 | this->Modified(); |
| 2955 | } |
| 2956 | |
| 2957 | //------------------------------------------------------------------------------ |
| 2958 | void vtkXYPlotActor::SetLegendBox(int b) |