QAbstract3DAxis#
Inherited by: QValue3DAxis, QCategory3DAxis
Synopsis#
Properties#
Functions#
def
isAutoAdjustRange
()def
isTitleFixed
()def
isTitleVisible
()def
labelAutoRotation
()def
labels
()def
max
()def
min
()def
orientation
()def
setAutoAdjustRange
(autoAdjust)def
setLabelAutoRotation
(angle)def
setLabels
(labels)def
setMax
(max)def
setMin
(min)def
setRange
(min, max)def
setTitle
(title)def
setTitleFixed
(fixed)def
setTitleVisible
(visible)def
title
()def
type
()
Signals#
def
autoAdjustRangeChanged
(autoAdjust)def
labelAutoRotationChanged
(angle)def
labelsChanged
()def
maxChanged
(value)def
minChanged
(value)def
orientationChanged
(orientation)def
rangeChanged
(min, max)def
titleChanged
(newTitle)def
titleFixedChanged
(fixed)def
titleVisibilityChanged
(visible)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtGraphs.QAbstract3DAxis#
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtGraphs.QAbstract3DAxis.autoAdjustRange: bool#
- Access functions:
setAutoAdjustRange
(autoAdjust)Signal
autoAdjustRangeChanged
(autoAdjust)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.labelAutoRotation: float#
- Access functions:
setLabelAutoRotation
(angle)Signal
labelAutoRotationChanged
(angle)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.labels: list of strings#
- Access functions:
labels
()setLabels
(labels)Signal
labelsChanged
()
- property PᅟySide6.QtGraphs.QAbstract3DAxis.max: float#
- Access functions:
max
()setMax
(max)Signal
maxChanged
(value)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.min: float#
- Access functions:
min
()setMin
(min)Signal
minChanged
(value)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.orientation: AxisOrientation#
- Access functions:
orientation
()Signal
orientationChanged
(orientation)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.title: str#
- Access functions:
title
()setTitle
(title)Signal
titleChanged
(newTitle)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.titleFixed: bool#
- Access functions:
isTitleFixed
()setTitleFixed
(fixed)Signal
titleFixedChanged
(fixed)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.titleVisible: bool#
- Access functions:
setTitleVisible
(visible)Signal
titleVisibilityChanged
(visible)
- property PᅟySide6.QtGraphs.QAbstract3DAxis.type: AxisType#
- Access functions:
type
()
- PySide6.QtGraphs.QAbstract3DAxis.AxisOrientation#
- PySide6.QtGraphs.QAbstract3DAxis.AxisType#
- PySide6.QtGraphs.QAbstract3DAxis.autoAdjustRangeChanged(autoAdjust)#
- Parameters:
autoAdjust – bool
Notification signal of property autoAdjustRange
.
- PySide6.QtGraphs.QAbstract3DAxis.isAutoAdjustRange()#
- Return type:
bool
Getter of property autoAdjustRange
.
- PySide6.QtGraphs.QAbstract3DAxis.isTitleFixed()#
- Return type:
bool
Getter of property titleFixed
.
- PySide6.QtGraphs.QAbstract3DAxis.isTitleVisible()#
- Return type:
bool
Getter of property titleVisible
.
- PySide6.QtGraphs.QAbstract3DAxis.labelAutoRotation()#
- Return type:
float
Getter of property labelAutoRotation
.
- PySide6.QtGraphs.QAbstract3DAxis.labelAutoRotationChanged(angle)#
- Parameters:
angle – float
Notification signal of property labelAutoRotation
.
- PySide6.QtGraphs.QAbstract3DAxis.labels()#
- Return type:
list of strings
Getter of property labels
.
- PySide6.QtGraphs.QAbstract3DAxis.labelsChanged()#
Notification signal of property labels
.
- PySide6.QtGraphs.QAbstract3DAxis.max()#
- Return type:
float
Getter of property max
.
- PySide6.QtGraphs.QAbstract3DAxis.maxChanged(value)#
- Parameters:
value – float
Notification signal of property max
.
- PySide6.QtGraphs.QAbstract3DAxis.min()#
- Return type:
float
Getter of property min
.
- PySide6.QtGraphs.QAbstract3DAxis.minChanged(value)#
- Parameters:
value – float
Notification signal of property min
.
- PySide6.QtGraphs.QAbstract3DAxis.orientation()#
- Return type:
Getter of property orientation
.
- PySide6.QtGraphs.QAbstract3DAxis.orientationChanged(orientation)#
- Parameters:
orientation –
AxisOrientation
Notification signal of property orientation
.
- PySide6.QtGraphs.QAbstract3DAxis.rangeChanged(min, max)#
- Parameters:
min – float
max – float
- PySide6.QtGraphs.QAbstract3DAxis.setAutoAdjustRange(autoAdjust)#
- Parameters:
autoAdjust – bool
Setter of property autoAdjustRange
.
- PySide6.QtGraphs.QAbstract3DAxis.setLabelAutoRotation(angle)#
- Parameters:
angle – float
Setter of property labelAutoRotation
.
- PySide6.QtGraphs.QAbstract3DAxis.setLabels(labels)#
- Parameters:
labels – list of strings
Setter of property labels
.
- PySide6.QtGraphs.QAbstract3DAxis.setMax(max)#
- Parameters:
max – float
Setter of property max
.
- PySide6.QtGraphs.QAbstract3DAxis.setMin(min)#
- Parameters:
min – float
Setter of property min
.
- PySide6.QtGraphs.QAbstract3DAxis.setRange(min, max)#
- Parameters:
min – float
max – float
- PySide6.QtGraphs.QAbstract3DAxis.setTitle(title)#
- Parameters:
title – str
Setter of property title
.
- PySide6.QtGraphs.QAbstract3DAxis.setTitleFixed(fixed)#
- Parameters:
fixed – bool
Setter of property titleFixed
.
- PySide6.QtGraphs.QAbstract3DAxis.setTitleVisible(visible)#
- Parameters:
visible – bool
Setter of property titleVisible
.
- PySide6.QtGraphs.QAbstract3DAxis.title()#
- Return type:
str
Getter of property title
.
- PySide6.QtGraphs.QAbstract3DAxis.titleChanged(newTitle)#
- Parameters:
newTitle – str
Notification signal of property title
.
- PySide6.QtGraphs.QAbstract3DAxis.titleFixedChanged(fixed)#
- Parameters:
fixed – bool
Notification signal of property titleFixed
.
- PySide6.QtGraphs.QAbstract3DAxis.titleVisibilityChanged(visible)#
- Parameters:
visible – bool
Notification signal of property titleVisible
.
Getter of property type
.