QBar3DSeries#

Inheritance diagram of PySide6.QtGraphs.QBar3DSeries

Synopsis#

Properties#

Functions#

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#

class PySide6.QtGraphs.QBar3DSeries(dataProxy[, parent=None])#

PySide6.QtGraphs.QBar3DSeries([parent=None])

Parameters:

Note

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

property PᅟySide6.QtGraphs.QBar3DSeries.dataProxy: PySide6.QtGraphs.QBarDataProxy#
Access functions:
property PᅟySide6.QtGraphs.QBar3DSeries.meshAngle: float#
Access functions:
property PᅟySide6.QtGraphs.QBar3DSeries.rowColors: list of QColor#
Access functions:
property PᅟySide6.QtGraphs.QBar3DSeries.selectedBar: PySide6.QtCore.QPoint#
Access functions:
PySide6.QtGraphs.QBar3DSeries.dataProxy()#
Return type:

PySide6.QtGraphs.QBarDataProxy

Getter of property dataProxy .

PySide6.QtGraphs.QBar3DSeries.dataProxyChanged(proxy)#
Parameters:

proxyPySide6.QtGraphs.QBarDataProxy

Notification signal of property dataProxy .

static PySide6.QtGraphs.QBar3DSeries.invalidSelectionPosition()#
Return type:

PySide6.QtCore.QPoint

PySide6.QtGraphs.QBar3DSeries.meshAngle()#
Return type:

float

Getter of property meshAngle .

PySide6.QtGraphs.QBar3DSeries.meshAngleChanged(angle)#
Parameters:

angle – float

Notification signal of property meshAngle .

PySide6.QtGraphs.QBar3DSeries.rowColors()#
Return type:

.list of QColor

Getter of property rowColors .

PySide6.QtGraphs.QBar3DSeries.rowColorsChanged(rowcolors)#
Parameters:

rowcolors – .list of QColor

Notification signal of property rowColors .

PySide6.QtGraphs.QBar3DSeries.selectedBar()#
Return type:

PySide6.QtCore.QPoint

Getter of property selectedBar .

PySide6.QtGraphs.QBar3DSeries.selectedBarChanged(position)#
Parameters:

positionPySide6.QtCore.QPoint

Notification signal of property selectedBar .

PySide6.QtGraphs.QBar3DSeries.setDataProxy(proxy)#
Parameters:

proxyPySide6.QtGraphs.QBarDataProxy

Setter of property dataProxy .

PySide6.QtGraphs.QBar3DSeries.setMeshAngle(angle)#
Parameters:

angle – float

Setter of property meshAngle .

PySide6.QtGraphs.QBar3DSeries.setRowColors(colors)#
Parameters:

colors – .list of QColor

Setter of property rowColors .

PySide6.QtGraphs.QBar3DSeries.setSelectedBar(position)#
Parameters:

positionPySide6.QtCore.QPoint

Setter of property selectedBar .