The vtkQtStackedChartOptions class stores the stacked chart options.
More...
#include <vtkQtStackedChartOptions.h>
Inherits QObject.
The vtkQtStackedChartOptions class stores the stacked chart options.
Definition at line 38 of file vtkQtStackedChartOptions.h.
vtkQtStackedChartOptions::vtkQtStackedChartOptions |
( |
QObject * |
parent = 0 | ) |
|
Creates a stacked chart options instance.
- Parameters
-
Makes a copy of another stacked chart options instance.
- Parameters
-
other | The stacked chart options to copy. |
virtual vtkQtStackedChartOptions::~vtkQtStackedChartOptions |
( |
| ) |
|
|
virtual |
Gets the pair of axes used by the stacked chart.
- Returns
- The pair of axes used by the bar chart.
Definition at line 58 of file vtkQtStackedChartOptions.h.
Sets the pair of axes used by the stacked chart.
- Parameters
-
bool vtkQtStackedChartOptions::isSumNormalized |
( |
| ) |
const |
|
inline |
void vtkQtStackedChartOptions::setSumNormalized |
( |
bool |
normalized | ) |
|
Sets whether or not the sum is normalized.
- Parameters
-
normalized | True if the sum should be normalized. |
bool vtkQtStackedChartOptions::isGradientDislpayed |
( |
| ) |
const |
|
inline |
Gets whether or not gradients are displayed.
- Returns
- True if the stacked series should be displayed with a gradient.
Definition at line 80 of file vtkQtStackedChartOptions.h.
void vtkQtStackedChartOptions::setGradientDisplayed |
( |
bool |
gradient | ) |
|
Sets whether or not gradients are displayed.
- Parameters
-
gradient | True if gradients should be displayed. |
Gets the chart help text formatter.
The help text formatter stores the format string. It is also used to generate the help text.
- Returns
- A pointer to the chart help text formatter.
Definition at line 95 of file vtkQtStackedChartOptions.h.
Gets the chart help text formatter.
- Returns
- A pointer to the chart help text formatter.
Definition at line 101 of file vtkQtStackedChartOptions.h.
Makes a copy of another stacked chart options instance.
- Parameters
-
other | The stacked chart options to copy. |
- Returns
- A reference to the object being assigned.
void vtkQtStackedChartOptions::axesCornerChanged |
( |
| ) |
|
|
signal |
Emitted when the stacked chart axes change.
void vtkQtStackedChartOptions::sumationChanged |
( |
| ) |
|
|
signal |
Emitted when the sumation normalization changes.
void vtkQtStackedChartOptions::gradientChanged |
( |
| ) |
|
|
signal |
Emitted when the gradient option changes.
The documentation for this class was generated from the following file: