The vtkQtChartSeriesModelRange class stores the series ranges for a series model.
More...
#include <vtkQtChartSeriesModelRange.h>
Detailed Description
The vtkQtChartSeriesModelRange class stores the series ranges for a series model.
Definition at line 39 of file vtkQtChartSeriesModelRange.h.
Constructor & Destructor Documentation
vtkQtChartSeriesModelRange::vtkQtChartSeriesModelRange |
( |
QObject * |
parent = 0 | ) |
|
Creates a chart series model range.
- Parameters
-
vtkQtChartSeriesModelRange::~vtkQtChartSeriesModelRange |
( |
| ) |
|
|
inline |
Member Function Documentation
Sets the chart series model.
- Parameters
-
model | The new chart series model. |
xShared | True if the series share the same x-axis array. |
bool vtkQtChartSeriesModelRange::isXRangeShared |
( |
| ) |
const |
|
inline |
Gets whether or not the series share the same x-axis array.
- Returns
- True if the series share the same x-axis array.
Definition at line 66 of file vtkQtChartSeriesModelRange.h.
QList<QVariant> vtkQtChartSeriesModelRange::getSeriesRange |
( |
int |
series, |
|
|
int |
component |
|
) |
| const |
Gets the value range for a series component.
- Parameters
-
series | The series index. |
component | The component index. |
- Returns
- The value range for a series component.
The documentation for this class was generated from the following file: