QValue3DAxisFormatter

PyQt5.QtDataVisualization.QValue3DAxisFormatter

Inherits from QObject.

Inherited by QLogValue3DAxisFormatter.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


allowNegatives() → bool

TODO


allowZero() → bool

TODO


axis() → QValue3DAxis

TODO


createNewInstance() → QValue3DAxisFormatter

TODO


gridPositions() → List[float]

TODO


labelPositions() → List[float]

TODO


labelStrings() → List[str]

TODO


locale() → QLocale

TODO


markDirty(labelsChange: bool = False)

TODO


populateCopy(QValue3DAxisFormatter)

TODO


positionAt(float) → float

TODO


recalculate()

TODO


setAllowNegatives(bool)

TODO


setAllowZero(bool)

TODO


setLocale(QLocale)

TODO


stringForValue(float, str) → str

TODO


subGridPositions() → List[float]

TODO


valueAt(float) → float

TODO