class QBoxPlotModelMapper#

Inheritance diagram of PySide6.QtCharts.QBoxPlotModelMapper

继承自: QVBoxPlotModelMapper, QHBoxPlotModelMapper

概述#

方法#

备注

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

详细描述#

__init__([parent=None])#
参数:

parentQObject

count()#
返回类型:

int

first()#
返回类型:

int

firstBoxSetSection()#
返回类型:

int

lastBoxSetSection()#
返回类型:

int

model()#
返回类型:

QAbstractItemModel

orientation()#
返回类型:

方向

series()#
返回类型:

QBoxPlotSeries

setCount(count)#
参数:

count – int

setFirst(first)#
参数:

first – int

setFirstBoxSetSection(firstBoxSetSection)#
参数:

firstBoxSetSection – int

setLastBoxSetSection(lastBoxSetSection)#
参数:

lastBoxSetSection – int

setModel(model)#
参数:

modelQAbstractItemModel

setOrientation(orientation)#
参数:

orientationOrientation

setSeries(series)#
参数:

seriesQBoxPlotSeries