QAbstract3DAxis#

Inheritance diagram of PySide6.QtGraphs.QAbstract3DAxis

Inherited by: QValue3DAxis, QCategory3DAxis

Synopsis#

Properties#

Functions#

Signals#

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:
property PᅟySide6.QtGraphs.QAbstract3DAxis.labelAutoRotation: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.labels: list of strings#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.max: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.min: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.orientation: AxisOrientation#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.title: str#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.titleFixed: bool#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.titleVisible: bool#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DAxis.type: AxisType#
Access functions:
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:

AxisOrientation

Getter of property orientation .

PySide6.QtGraphs.QAbstract3DAxis.orientationChanged(orientation)#
Parameters:

orientationAxisOrientation

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 .

PySide6.QtGraphs.QAbstract3DAxis.type()#
Return type:

AxisType

Getter of property type .