#include <vtkQtChartSeriesModelRange.h>

Definition at line 39 of file vtkQtChartSeriesModelRange.h.
Public Member Functions | |
| vtkQtChartSeriesModelRange (QObject *parent=0) | |
| Creates a chart series model range. | |
| ~vtkQtChartSeriesModelRange () | |
| vtkQtChartSeriesModel * | getModel () const |
| Gets the chart series model. | |
| void | setModel (vtkQtChartSeriesModel *model, bool xShared=false) |
| Sets the chart series model. | |
| bool | isXRangeShared () const |
| Gets whether or not the series share the same x-axis array. | |
| QList< QVariant > | getSeriesRange (int series, int component) const |
| Gets the value range for a series component. | |
| vtkQtChartSeriesModelRange::vtkQtChartSeriesModelRange | ( | QObject * | parent = 0 |
) |
Creates a chart series model range.
| parent | The parent object. |
| vtkQtChartSeriesModelRange::~vtkQtChartSeriesModelRange | ( | ) | [inline] |
Definition at line 48 of file vtkQtChartSeriesModelRange.h.
| vtkQtChartSeriesModel* vtkQtChartSeriesModelRange::getModel | ( | ) | const [inline] |
Gets the chart series model.
Definition at line 54 of file vtkQtChartSeriesModelRange.h.
| void vtkQtChartSeriesModelRange::setModel | ( | vtkQtChartSeriesModel * | model, | |
| bool | xShared = false | |||
| ) |
Sets the chart series model.
| 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.
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.
| series | The series index. | |
| component | The component index. |
1.5.6