The vtkQtStatisticalBoxChartOptions class stores the drawing options for a box chart.
More...
#include <vtkQtStatisticalBoxChartOptions.h>
List of all members.
Detailed Description
The vtkQtStatisticalBoxChartOptions class stores the drawing options for a box chart.
The default settings are as follows:
- axes:
BottomLeft
- box width fraction: 0.8
- outline style:
Darker
Definition at line 44 of file vtkQtStatisticalBoxChartOptions.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
vtkQtStatisticalBoxChartOptions::vtkQtStatisticalBoxChartOptions |
( |
QObject * |
parent = 0 | ) |
|
Creates a box chart options instance.
- Parameters:
-
Makes a copy of another box chart options instance.
- Parameters:
-
other | The box chart options to copy. |
virtual vtkQtStatisticalBoxChartOptions::~vtkQtStatisticalBoxChartOptions |
( |
| ) |
|
|
virtual |
Member Function Documentation
Sets the pair of axes used by the box chart.
- Parameters:
-
float vtkQtStatisticalBoxChartOptions::getBoxWidthFraction |
( |
| ) |
const |
|
inline |
Gets the box width fraction.
The box width fraction is used to set the spacing between the boxs of different series.
- Returns:
- The box width fraction.
Definition at line 87 of file vtkQtStatisticalBoxChartOptions.h.
void vtkQtStatisticalBoxChartOptions::setBoxWidthFraction |
( |
float |
fraction | ) |
|
Sets the box width fraction.
- Parameters:
-
fraction | The new box width fraction. |
OutlineStyle vtkQtStatisticalBoxChartOptions::getOutlineStyle |
( |
| ) |
const |
|
inline |
void vtkQtStatisticalBoxChartOptions::setOutlineStyle |
( |
OutlineStyle |
style | ) |
|
Sets the outline style for the boxes.
The default style is Darker
.
- Parameters:
-
style | The outline style to use. |
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 116 of file vtkQtStatisticalBoxChartOptions.h.
Gets the outlier 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 outlier help text formatter.
Definition at line 132 of file vtkQtStatisticalBoxChartOptions.h.
Makes a copy of another box chart options instance.
- Parameters:
-
other | The box chart options to copy. |
- Returns:
- A reference to the object being assigned.
void vtkQtStatisticalBoxChartOptions::axesCornerChanged |
( |
| ) |
|
|
signal |
Emitted when the box chart axes change.
void vtkQtStatisticalBoxChartOptions::boxFractionChanged |
( |
| ) |
|
|
signal |
Emitted when the box width fraction changes.
void vtkQtStatisticalBoxChartOptions::outlineStyleChanged |
( |
| ) |
|
|
signal |
Emitted when the outline style changes.
The documentation for this class was generated from the following file: