#include <vtkQtStackedChartSeriesOptions.h>
Definition at line 35 of file vtkQtStackedChartSeriesOptions.h.
Public Member Functions | |
vtkQtStackedChartSeriesOptions (QObject *parent=0) | |
Creates a stacked chart series options object. | |
virtual | ~vtkQtStackedChartSeriesOptions () |
virtual void | setStyle (int style, vtkQtChartStyleGenerator *generator) |
Sets the style generator index for the series. |
vtkQtStackedChartSeriesOptions::vtkQtStackedChartSeriesOptions | ( | QObject * | parent = 0 |
) |
Creates a stacked chart series options object.
parent | The parent object. |
virtual vtkQtStackedChartSeriesOptions::~vtkQtStackedChartSeriesOptions | ( | ) | [inline, virtual] |
Definition at line 45 of file vtkQtStackedChartSeriesOptions.h.
virtual void vtkQtStackedChartSeriesOptions::setStyle | ( | int | style, | |
vtkQtChartStyleGenerator * | generator | |||
) | [virtual] |
Sets the style generator index for the series.
This method uses the style generator to assign the initial brush and pen for the series. The pen is based on the brush color.
style | The style index for the generator. | |
generator | The style generator to use. |
Reimplemented from vtkQtChartSeriesOptions.