class QAbstract3DAxis#

Inheritance diagram of PySide6.QtGraphs.QAbstract3DAxis

Inherited by: QValue3DAxis, QCategory3DAxis

Synopsis#

Properties#

Methods#

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 AxisOrientation#
class AxisType#

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property autoAdjustRangeᅟ: bool#
Access functions:
property labelAutoRotationᅟ: float#
Access functions:
property labelsᅟ: list of strings#
Access functions:
property maxᅟ: float#
Access functions:
property minᅟ: float#
Access functions:
property orientationᅟ: QAbstract3DAxis.AxisOrientation#
Access functions:
property titleᅟ: str#
Access functions:
property titleFixedᅟ: bool#
Access functions:
property titleVisibleᅟ: bool#
Access functions:
property typeᅟ: QAbstract3DAxis.AxisType#
Access functions:
autoAdjustRangeChanged(autoAdjust)#
Parameters:

autoAdjust – bool

Notification signal of property autoAdjustRangeᅟ .

isAutoAdjustRange()#
Return type:

bool

Getter of property autoAdjustRangeᅟ .

isTitleFixed()#
Return type:

bool

Getter of property titleFixedᅟ .

isTitleVisible()#
Return type:

bool

Getter of property titleVisibleᅟ .

labelAutoRotation()#
Return type:

float

Getter of property labelAutoRotationᅟ .

labelAutoRotationChanged(angle)#
Parameters:

angle – float

Notification signal of property labelAutoRotationᅟ .

labels()#
Return type:

list of strings

Getter of property labelsᅟ .

labelsChanged()#

Notification signal of property labelsᅟ .

max()#
Return type:

float

Getter of property maxᅟ .

maxChanged(value)#
Parameters:

value – float

Notification signal of property maxᅟ .

min()#
Return type:

float

Getter of property minᅟ .

minChanged(value)#
Parameters:

value – float

Notification signal of property minᅟ .

orientation()#
Return type:

AxisOrientation

Getter of property orientationᅟ .

orientationChanged(orientation)#
Parameters:

orientationAxisOrientation

Notification signal of property orientationᅟ .

rangeChanged(min, max)#
Parameters:
  • min – float

  • max – float

setAutoAdjustRange(autoAdjust)#
Parameters:

autoAdjust – bool

Setter of property autoAdjustRangeᅟ .

setLabelAutoRotation(angle)#
Parameters:

angle – float

Setter of property labelAutoRotationᅟ .

setLabels(labels)#
Parameters:

labels – list of strings

Setter of property labelsᅟ .

setMax(max)#
Parameters:

max – float

Setter of property maxᅟ .

setMin(min)#
Parameters:

min – float

Setter of property minᅟ .

setRange(min, max)#
Parameters:
  • min – float

  • max – float

setTitle(title)#
Parameters:

title – str

Setter of property titleᅟ .

setTitleFixed(fixed)#
Parameters:

fixed – bool

Setter of property titleFixedᅟ .

setTitleVisible(visible)#
Parameters:

visible – bool

Setter of property titleVisibleᅟ .

title()#
Return type:

str

Getter of property titleᅟ .

titleChanged(newTitle)#
Parameters:

newTitle – str

Notification signal of property titleᅟ .

titleFixedChanged(fixed)#
Parameters:

fixed – bool

Notification signal of property titleFixedᅟ .

titleVisibilityChanged(visible)#
Parameters:

visible – bool

Notification signal of property titleVisibleᅟ .

type()#
Return type:

AxisType

Getter of property typeᅟ .