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

Signals¶

labelFormatChanged(str)

TODO


maxChanged(float)

TODO


minChanged(float)

TODO


minorTickCountChanged(int)

TODO


rangeChanged(float, float)

TODO


tickAnchorChanged(float)

TODO


tickCountChanged(int)

TODO


tickIntervalChanged(float)

TODO


tickTypeChanged(TickType)

TODO