QBarDataItem#
Synopsis#
Functions#
def
createExtraData
()def
rotation
()def
setRotation
(angle)def
setValue
(val)def
value
()
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.QBarDataItem#
PySide6.QtGraphs.QBarDataItem(other)
PySide6.QtGraphs.QBarDataItem(value)
PySide6.QtGraphs.QBarDataItem(value, angle)
- Parameters:
other –
PySide6.QtGraphs.QBarDataItem
value – float
angle – float
- PySide6.QtGraphs.QBarDataItem.createExtraData()#
- PySide6.QtGraphs.QBarDataItem.rotation()#
- Return type:
float
- PySide6.QtGraphs.QBarDataItem.setRotation(angle)#
- Parameters:
angle – float
- PySide6.QtGraphs.QBarDataItem.setValue(val)#
- Parameters:
val – float
- PySide6.QtGraphs.QBarDataItem.value()#
- Return type:
float