BarSet
Qt Base Class: QBarSet
Signature: QBarSet(self, label: str, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ObjectMixin prettyqt.core.object |
||
QBarSet PySide6.QtCharts QBarSet(self, label: str, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473367640032["charts.BarSet"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473367610752["QtCharts.QBarSet"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299815024 --> 1473367640032
140713234304496 --> 1473299815024
1473367610752 --> 1473367640032
1473288842240 --> 1473367610752
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: ObjectMixin
, QBarSet
Source code in prettyqt\charts\barset.py
__delitem__(index: int)
__getitem__(index: int) -> float
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
label |
QString | |
pen |
QPen | |
brush |
QBrush | |
labelBrush |
QBrush | |
labelFont |
QFont | |
color |
QColor | |
borderColor |
QColor | |
labelColor |
QColor |