class QBar3DSeries#

Inheritance diagram of PySide6.QtGraphs.QBar3DSeries

概要#

属性#

方法#

信号

静态函数

备注

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

详细描述

备注

属性可以在使用 from __feature__ import true_property 时直接使用,或者通过访问器函数否则使用。

property dataProxy: QBarDataProxy#
访问函数
property meshAngle: float#
访问函数
属性 rowColors: QColor列表#
访问函数
属性 selectedBar: QPoint#
访问函数
__init__(dataProxy[, parent=None])#
参数:
__init__([parent=None])
参数:

parentQObject

dataProxy()#
返回类型:

QBarDataProxy

属性 dataProxy 的获取器。

dataProxyChanged(proxy)#
参数:

proxyQBarDataProxy

属性 dataProxy 的通知信号。

静态 invalidSelectionPosition()#
返回类型:

QPoint

meshAngle()#
返回类型:

float

属性 meshAngle 的获取器。

meshAngleChanged(angle)#
参数:

angle – float

属性 meshAngleᅟ 的通知信号。

rowColors()#
返回类型:

QColor 列表。

rowColorsᅟ 属性的获取器。

rowColorsChanged(rowcolors)#
参数:

rowcolors – QColor 列表

属性 rowColorsᅟ 的通知信号。

selectedBar()#
返回类型:

QPoint

selectedBarᅟ 属性的获取器。

selectedBarChanged(position)#
参数:

positionQPoint

属性 selectedBarᅟ 的通知信号。

setDataProxy(proxy)#
参数:

proxyQBarDataProxy

dataProxyᅟ 属性的设置器。

setMeshAngle(angle)#
参数:

angle – float

meshAngleᅟ 属性的设置器。

setRowColors(colors)#
参数:

colors – QColor 列表

rowColorsᅟ 属性的设置器。

setSelectedBar(position)#
参数:

positionQPoint

selectedBarᅟ 属性的设置器。