PySide6.QtCharts.QBoxPlotModelMapper¶
- class QBoxPlotModelMapper¶
-
继承者:
QVBoxPlotModelMapper
,QHBoxPlotModelMapper
概要¶
方法¶
def
__init__()
def
count()
def
first()
def
model()
def
orientation()
def
series()
def
setCount()
def
setFirst()
def
setModel()
def
setOrientation()
def
setSeries()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。
详细描述¶
- count()¶
- Return type:
整数
- first()¶
- Return type:
整数
- firstBoxSetSection()¶
- Return type:
整数
- lastBoxSetSection()¶
- Return type:
整数
- model()¶
- Return type:
- series()¶
- Return type:
- 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:
series –
QBoxPlotSeries