QAbstract3DAxis¶

PyQt5.QtDataVisualization.QAbstract3DAxis

Inherits from QObject.

Inherited by QCategory3DAxis, QValue3DAxis.

Description¶

TODO

Enums¶

AxisOrientation

TODO

Member

Value

Description

AxisOrientationNone

TODO

TODO

AxisOrientationX

TODO

TODO

AxisOrientationY

TODO

TODO

AxisOrientationZ

TODO

TODO


AxisType

TODO

Member

Value

Description

AxisTypeCategory

TODO

TODO

AxisTypeNone

TODO

TODO

AxisTypeValue

TODO

TODO

Methods¶

isAutoAdjustRange() → bool

TODO


isTitleFixed() → bool

TODO


isTitleVisible() → bool

TODO


labelAutoRotation() → float

TODO


labels() → List[str]

TODO


max() → float

TODO


min() → float

TODO


orientation() → AxisOrientation

TODO


setAutoAdjustRange(bool)

TODO


setLabelAutoRotation(float)

TODO


setLabels(Iterable[str])

TODO


setMax(float)

TODO


setMin(float)

TODO


setRange(float, float)

TODO


setTitle(str)

TODO


setTitleFixed(bool)

TODO


setTitleVisible(bool)

TODO


title() → str

TODO


type() → AxisType

TODO

Signals¶

autoAdjustRangeChanged(bool)

TODO


labelAutoRotationChanged(float)

TODO


labelsChanged()

TODO


maxChanged(float)

TODO


minChanged(float)

TODO


orientationChanged(AxisOrientation)

TODO


rangeChanged(float, float)

TODO


titleChanged(str)

TODO


titleFixedChanged(bool)

TODO


titleVisibilityChanged(bool)

TODO