PySide6.QtCharts.QBoxPlotModelMapper

class QBoxPlotModelMapper

PySide6.QtCharts.QBoxPlotModelMapper 的继承图

继承者: QVBoxPlotModelMapper, QHBoxPlotModelMapper

概要

方法

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述

__init__([parent=None])
Parameters:

父对象QObject

count()
Return type:

整数

first()
Return type:

整数

firstBoxSetSection()
Return type:

整数

lastBoxSetSection()
Return type:

整数

model()
Return type:

QAbstractItemModel

orientation()
Return type:

方向

series()
Return type:

QBoxPlotSeries

setCount(count)
Parameters:

count – int

setFirst(first)
Parameters:

first – int

setFirstBoxSetSection(firstBoxSetSection)
Parameters:

firstBoxSetSection – int

setLastBoxSetSection(lastBoxSetSection)
Parameters:

lastBoxSetSection – int

setModel(model)
Parameters:

模型QAbstractItemModel

setOrientation(orientation)
Parameters:

方向Orientation

setSeries(series)
Parameters:

seriesQBoxPlotSeries