|
VTK
|
The vtkQtChartSeriesColors class is used to color a chart series with multiple colors. More...
#include <vtkQtChartSeriesColors.h>

Public Member Functions | |
| vtkQtChartSeriesColors (QObject *parent=0) | |
| Creates a chart series colors object. | |
| virtual | ~vtkQtChartSeriesColors () |
| virtual void | getBrush (int index, int total, QBrush &brush) const =0 |
| Gets the brush for the given index of a series. | |
The vtkQtChartSeriesColors class is used to color a chart series with multiple colors.
Definition at line 37 of file vtkQtChartSeriesColors.h.
| vtkQtChartSeriesColors::vtkQtChartSeriesColors | ( | QObject * | parent = 0 | ) |
Creates a chart series colors object.
| parent | The parent object. |
| virtual vtkQtChartSeriesColors::~vtkQtChartSeriesColors | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartSeriesColors.h.
| virtual void vtkQtChartSeriesColors::getBrush | ( | int | index, |
| int | total, | ||
| QBrush & | brush | ||
| ) | const [pure virtual] |
Gets the brush for the given index of a series.
| index | The index in the series items. |
| total | The total number of items in the series. |
| brush | Used to return the brush for the given index. |
Implemented in vtkQtChartSeriesHueRange.
1.7.5.1