Public Member Functions

vtkQtStackedChartSeriesOptions Class Reference

The vtkQtStackedChartSeriesOptions class stores the options for a stacked chart series. More...

#include <vtkQtStackedChartSeriesOptions.h>

Inheritance diagram for vtkQtStackedChartSeriesOptions:
Inheritance graph
[legend]
Collaboration diagram for vtkQtStackedChartSeriesOptions:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

The vtkQtStackedChartSeriesOptions class stores the options for a stacked chart series.

Definition at line 35 of file vtkQtStackedChartSeriesOptions.h.


Constructor & Destructor Documentation

vtkQtStackedChartSeriesOptions::vtkQtStackedChartSeriesOptions ( QObject *  parent = 0 )

Creates a stacked chart series options object.

Parameters:
parentThe parent object.
virtual vtkQtStackedChartSeriesOptions::~vtkQtStackedChartSeriesOptions (  ) [inline, virtual]

Definition at line 45 of file vtkQtStackedChartSeriesOptions.h.

{}

Member Function Documentation

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.

Parameters:
styleThe style index for the generator.
generatorThe style generator to use.

Reimplemented from vtkQtChartSeriesOptions.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines