Public Member Functions

vtkQtChartSeriesModelRange Class Reference

The vtkQtChartSeriesModelRange class stores the series ranges for a series model. More...

#include <vtkQtChartSeriesModelRange.h>

Collaboration diagram for vtkQtChartSeriesModelRange:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 vtkQtChartSeriesModelRange (vtkQtChartSeriesModel *model)
 Creates a chart series model range.
 ~vtkQtChartSeriesModelRange ()
void initializeRanges (bool xShared=false)
 Initializes the series ranges.
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.

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 ( vtkQtChartSeriesModel model )

Creates a chart series model range.

Parameters:
modelThe series model to use.
vtkQtChartSeriesModelRange::~vtkQtChartSeriesModelRange (  ) [inline]

Definition at line 48 of file vtkQtChartSeriesModelRange.h.

{}

Member Function Documentation

QList<QVariant> vtkQtChartSeriesModelRange::getSeriesRange ( int  series,
int  component 
) const

Gets the value range for a series component.

Parameters:
seriesThe series index.
componentThe component index.
Returns:
The value range for a series component.
void vtkQtChartSeriesModelRange::initializeRanges ( bool  xShared = false )

Initializes the series ranges.

Parameters:
xSharedTrue 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 59 of file vtkQtChartSeriesModelRange.h.

{return this->XRangeShared;}

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