QBarCategoryAxis露
- PyQt5.QtChart.QBarCategoryAxis
Inherits from QAbstractAxis.
Description露
TODO
Methods露
- __init__(parent: QObject = None)
TODO
- append(Iterable[str])
TODO
- append(str)
TODO
- at(int) → str
TODO
- categories() → List[str]
TODO
- clear()
TODO
- count() → int
TODO
- insert(int, str)
TODO
- __len__() → int
TODO
- max() → str
TODO
- min() → str
TODO
- remove(str)
TODO
- replace(str, str)
TODO
- setCategories(Iterable[str])
TODO
- setMax(str)
TODO
- setMin(str)
TODO
- setRange(str, str)
TODO
- type() → AxisType
TODO
Signals露
- categoriesChanged()
TODO
- countChanged()
TODO
- maxChanged(str)
TODO
- minChanged(str)
TODO
- rangeChanged(str, str)
TODO