------------------------------------------------------------------------------
| 1687 | |
| 1688 | //------------------------------------------------------------------------------ |
| 1689 | void vtkScatterPlotMatrix::SetBackgroundColor(int plotType, const vtkColor4ub& color) |
| 1690 | { |
| 1691 | if (plotType >= 0 && plotType < vtkScatterPlotMatrix::NOPLOT) |
| 1692 | { |
| 1693 | this->Private->ChartSettings[plotType]->BackgroundBrush->SetColor(color); |
| 1694 | this->Modified(); |
| 1695 | } |
| 1696 | } |
| 1697 | |
| 1698 | //------------------------------------------------------------------------------ |
| 1699 | void vtkScatterPlotMatrix::SetAxisColor(int plotType, const vtkColor4ub& color) |