QValueAxis¶
- PyQt5.QtChart.QValueAxis
Inherits from QAbstractAxis.
Inherited by QCategoryAxis.
Description¶
TODO
Enums¶
- TickType
TODO
Member
Value
Description
TicksDynamic TODO
TODO
TicksFixed TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- applyNiceNumbers()
TODO
- labelFormat() → str
TODO
- max() → float
TODO
- min() → float
TODO
- minorTickCount() → int
TODO
- setLabelFormat(str)
TODO
- setMax(float)
TODO
- setMin(float)
TODO
- setMinorTickCount(int)
TODO
- setRange(float, float)
TODO
- setTickAnchor(float)
TODO
- setTickCount(int)
TODO
- setTickInterval(float)
TODO
- setTickType(TickType)
TODO
- tickAnchor() → float
TODO
- tickCount() → int
TODO
- tickInterval() → float
TODO
- tickType() → TickType
TODO
- type() → AxisType
TODO