QBoxPlotModelMapper¶
Inherited by: QVBoxPlotModelMapper, QHBoxPlotModelMapper
Synopsis¶
Functions¶
def
count
()def
first
()def
firstBoxSetSection
()def
lastBoxSetSection
()def
model
()def
orientation
()def
series
()def
setCount
(count)def
setFirst
(first)def
setFirstBoxSetSection
(firstBoxSetSection)def
setLastBoxSetSection
(lastBoxSetSection)def
setModel
(model)def
setOrientation
(orientation)def
setSeries
(series)
Detailed Description¶
- class PySide6.QtCharts.QBoxPlotModelMapper([parent=None])¶
- Parameters
parent –
PySide6.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.QtCharts.QBoxPlotModelMapper.orientation()¶
- Return type
- PySide6.QtCharts.QBoxPlotModelMapper.series()¶
- Return type
- 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
- PySide6.QtCharts.QBoxPlotModelMapper.setOrientation(orientation)¶
- Parameters
orientation –
Orientation
- PySide6.QtCharts.QBoxPlotModelMapper.setSeries(series)¶
- Parameters
series –
PySide6.QtCharts.QBoxPlotSeries
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.