class QBar3DSeries

Inheritance diagram of PySide6.QtGraphs.QBar3DSeries

Synopsis

Properties

Methods

Signals

Static functions

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property dataProxyᅟ: QBarDataProxy
Access functions:
property meshAngleᅟ: float
Access functions:
property rowColorsᅟ: list of QColor
Access functions:
property selectedBarᅟ: QPoint
Access functions:
__init__([parent=None])
Parameters:

parentQObject

__init__(dataProxy[, parent=None])
Parameters:
dataProxy()
Return type:

QBarDataProxy

Getter of property dataProxyᅟ .

dataProxyChanged(proxy)
Parameters:

proxyQBarDataProxy

Notification signal of property dataProxyᅟ .

static invalidSelectionPosition()
Return type:

QPoint

meshAngle()
Return type:

float

Getter of property meshAngleᅟ .

meshAngleChanged(angle)
Parameters:

angle – float

Notification signal of property meshAngleᅟ .

rowColors()
Return type:

.list of QColor

Getter of property rowColorsᅟ .

rowColorsChanged(rowcolors)
Parameters:

rowcolors – .list of QColor

Notification signal of property rowColorsᅟ .

selectedBar()
Return type:

QPoint

Getter of property selectedBarᅟ .

selectedBarChanged(position)
Parameters:

positionQPoint

Notification signal of property selectedBarᅟ .

setDataProxy(proxy)
Parameters:

proxyQBarDataProxy

Setter of property dataProxyᅟ .

setMeshAngle(angle)
Parameters:

angle – float

Setter of property meshAngleᅟ .

setRowColors(colors)
Parameters:

colors – .list of QColor

Setter of property rowColorsᅟ .

setSelectedBar(position)
Parameters:

positionQPoint

Setter of property selectedBarᅟ .