QBoxPlotModelMapper#

Inheritance diagram of PySide6.QtCharts.QBoxPlotModelMapper

Inherited by: QVBoxPlotModelMapper, QHBoxPlotModelMapper

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtCharts.QBoxPlotModelMapper([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

PySide6.QtCharts.QBoxPlotModelMapper.count()#
Return type:

int

PySide6.QtCharts.QBoxPlotModelMapper.first()#
Return type:

int

PySide6.QtCharts.QBoxPlotModelMapper.firstBoxSetSection()#
Return type:

int

PySide6.QtCharts.QBoxPlotModelMapper.lastBoxSetSection()#
Return type:

int

PySide6.QtCharts.QBoxPlotModelMapper.model()#
Return type:

PySide6.QtCore.QAbstractItemModel

PySide6.QtCharts.QBoxPlotModelMapper.orientation()#
Return type:

Orientation

PySide6.QtCharts.QBoxPlotModelMapper.series()#
Return type:

PySide6.QtCharts.QBoxPlotSeries

PySide6.QtCharts.QBoxPlotModelMapper.setCount(count)#
Parameters:

count – int

PySide6.QtCharts.QBoxPlotModelMapper.setFirst(first)#
Parameters:

first – int

PySide6.QtCharts.QBoxPlotModelMapper.setFirstBoxSetSection(firstBoxSetSection)#
Parameters:

firstBoxSetSection – int

PySide6.QtCharts.QBoxPlotModelMapper.setLastBoxSetSection(lastBoxSetSection)#
Parameters:

lastBoxSetSection – int

PySide6.QtCharts.QBoxPlotModelMapper.setModel(model)#
Parameters:

modelPySide6.QtCore.QAbstractItemModel

PySide6.QtCharts.QBoxPlotModelMapper.setOrientation(orientation)#
Parameters:

orientationOrientation

PySide6.QtCharts.QBoxPlotModelMapper.setSeries(series)#
Parameters:

seriesPySide6.QtCharts.QBoxPlotSeries