QCategoryAxis¶

PyQt5.QtChart.QCategoryAxis

Inherits from QValueAxis.

Description¶

TODO

Enums¶

AxisLabelsPosition

TODO

Member

Value

Description

AxisLabelsPositionCenter

TODO

TODO

AxisLabelsPositionOnValue

TODO

TODO

Methods¶

__init__(parent: QObject = None)

TODO


append(str, float)

TODO


categoriesLabels() → List[str]

TODO


count() → int

TODO


endValue(str) → float

TODO


labelsPosition() → AxisLabelsPosition

TODO


__len__() → int

TODO


remove(str)

TODO


replaceLabel(str, str)

TODO


setLabelsPosition(AxisLabelsPosition)

TODO


setStartValue(float)

TODO


startValue(categoryLabel: str = '') → float

TODO


type() → AxisType

TODO

Signals¶

categoriesChanged()

TODO


labelsPositionChanged(AxisLabelsPosition)

TODO