PySide6.QtCharts.QBoxPlotSeries¶
- class QBoxPlotSeries¶
-
概要¶
属性¶
方法¶
def
__init__()
def
append()
def
boxSets()
def
boxWidth()
def
brush()
def
clear()
def
count()
def
insert()
def
pen()
def
remove()
def
setBoxWidth()
def
setBrush()
def
setPen()
def
take()
信号¶
def
boxsetsAdded()
def
boxsetsRemoved()
def
brushChanged()
def
clicked()
def
countChanged()
def
doubleClicked()
def
hovered()
def
penChanged()
def
pressed()
def
released()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。
详细描述¶
注意
当使用
from __feature__ import true_property
时,属性可以直接使用,否则通过访问器函数使用。- property boxOutlineVisibleᅟ: bool¶
- Access functions:
- property boxWidthᅟ: float¶
- Access functions:
- Access functions:
- property countᅟ: int¶
- Access functions:
- Access functions:
- append(boxes)
- Parameters:
boxes – .QBoxSet 列表
- Return type:
布尔
- boxOutlineVisibilityChanged()¶
属性
boxOutlineVisibleᅟ
的通知信号。- boxOutlineVisible()¶
- Return type:
布尔
属性
boxOutlineVisibleᅟ
的获取器。- boxWidth()¶
- Return type:
浮点数
属性
boxWidthᅟ
的获取器。- boxWidthChanged()¶
属性
boxWidthᅟ
的通知信号。- boxsetsAdded(sets)¶
- Parameters:
sets – QBoxSet 的列表
- boxsetsRemoved(sets)¶
- Parameters:
sets – QBoxSet 的列表
属性
brushᅟ
的获取器。- brushChanged()¶
属性
brushᅟ
的通知信号。- clear()¶
- count()¶
- Return type:
整数
属性
countᅟ
的获取器。- countChanged()¶
属性
countᅟ
的通知信号。属性
penᅟ
的获取器。- penChanged()¶
属性
penᅟ
的通知信号。- setBoxOutlineVisible(visible)¶
- Parameters:
visible – 布尔值
属性
boxOutlineVisibleᅟ
的设置器。- setBoxWidth(width)¶
- Parameters:
width – 浮点数
属性
boxWidthᅟ
的设置器。属性
brushᅟ
的设置器。属性
penᅟ
的设置器。