------------------------------------------------------------------------------
| 326 | |
| 327 | //------------------------------------------------------------------------------ |
| 328 | void vtkChartMatrix::SetPadding(const float& padding) |
| 329 | { |
| 330 | this->Padding = padding; |
| 331 | this->LayoutIsDirty = true; |
| 332 | this->Modified(); |
| 333 | } |
| 334 | |
| 335 | //------------------------------------------------------------------------------ |
| 336 | void vtkChartMatrix::SetSpecificResize(const vtkVector2i& index, const vtkVector2f& resize) |