QLogValue3DAxisFormatter#

Inheritance diagram of PySide6.QtGraphs.QLogValue3DAxisFormatter

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.QLogValue3DAxisFormatter([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

Note

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

property PᅟySide6.QtGraphs.QLogValue3DAxisFormatter.autoSubGrid: bool#
Access functions:
property PᅟySide6.QtGraphs.QLogValue3DAxisFormatter.base: float#
Access functions:
property PᅟySide6.QtGraphs.QLogValue3DAxisFormatter.showEdgeLabels: bool#
Access functions:
PySide6.QtGraphs.QLogValue3DAxisFormatter.autoSubGrid()#
Return type:

bool

Getter of property autoSubGrid .

PySide6.QtGraphs.QLogValue3DAxisFormatter.autoSubGridChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property autoSubGrid .

PySide6.QtGraphs.QLogValue3DAxisFormatter.base()#
Return type:

float

Getter of property base .

PySide6.QtGraphs.QLogValue3DAxisFormatter.baseChanged(base)#
Parameters:

base – float

Notification signal of property base .

PySide6.QtGraphs.QLogValue3DAxisFormatter.setAutoSubGrid(enabled)#
Parameters:

enabled – bool

Setter of property autoSubGrid .

PySide6.QtGraphs.QLogValue3DAxisFormatter.setBase(base)#
Parameters:

base – float

Setter of property base .

PySide6.QtGraphs.QLogValue3DAxisFormatter.setShowEdgeLabels(enabled)#
Parameters:

enabled – bool

Setter of property showEdgeLabels .

PySide6.QtGraphs.QLogValue3DAxisFormatter.showEdgeLabels()#
Return type:

bool

Getter of property showEdgeLabels .

PySide6.QtGraphs.QLogValue3DAxisFormatter.showEdgeLabelsChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property showEdgeLabels .