QBar3DSeries#
Synopsis#
Properties#
Functions#
def
dataProxy
()def
meshAngle
()def
rowColors
()def
selectedBar
()def
setDataProxy
(proxy)def
setMeshAngle
(angle)def
setRowColors
(colors)def
setSelectedBar
(position)
Signals#
def
dataProxyChanged
(proxy)def
meshAngleChanged
(angle)def
rowColorsChanged
(rowcolors)def
selectedBarChanged
(position)
Static functions#
def
invalidSelectionPosition
()
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:
dataProxy –
PySide6.QtGraphs.QBarDataProxy
parent –
PySide6.QtCore.QObject
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:
dataProxy
()setDataProxy
(proxy)Signal
dataProxyChanged
(proxy)
- property PᅟySide6.QtGraphs.QBar3DSeries.meshAngle: float#
- Access functions:
meshAngle
()setMeshAngle
(angle)Signal
meshAngleChanged
(angle)
- property PᅟySide6.QtGraphs.QBar3DSeries.rowColors: list of QColor#
- Access functions:
rowColors
()setRowColors
(colors)Signal
rowColorsChanged
(rowcolors)
- property PᅟySide6.QtGraphs.QBar3DSeries.selectedBar: PySide6.QtCore.QPoint#
- Access functions:
selectedBar
()setSelectedBar
(position)Signal
selectedBarChanged
(position)
- PySide6.QtGraphs.QBar3DSeries.dataProxy()#
- Return type:
Getter of property dataProxy
.
- PySide6.QtGraphs.QBar3DSeries.dataProxyChanged(proxy)#
- Parameters:
proxy –
PySide6.QtGraphs.QBarDataProxy
Notification signal of property dataProxy
.
- static PySide6.QtGraphs.QBar3DSeries.invalidSelectionPosition()#
- Return type:
- PySide6.QtGraphs.QBar3DSeries.meshAngle()#
- Return type:
float
Getter of property meshAngle
.
- PySide6.QtGraphs.QBar3DSeries.meshAngleChanged(angle)#
- Parameters:
angle – float
Notification signal of property meshAngle
.
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:
Getter of property selectedBar
.
- PySide6.QtGraphs.QBar3DSeries.selectedBarChanged(position)#
- Parameters:
position –
PySide6.QtCore.QPoint
Notification signal of property selectedBar
.
- PySide6.QtGraphs.QBar3DSeries.setDataProxy(proxy)#
- Parameters:
proxy –
PySide6.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:
position –
PySide6.QtCore.QPoint
Setter of property selectedBar
.