QLogValue3DAxisFormatter#
Synopsis#
Properties#
Functions#
def
autoSubGrid
()def
base
()def
setAutoSubGrid
(enabled)def
setBase
(base)def
setShowEdgeLabels
(enabled)def
showEdgeLabels
()
Signals#
def
autoSubGridChanged
(enabled)def
baseChanged
(base)def
showEdgeLabelsChanged
(enabled)
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:
parent –
PySide6.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:
autoSubGrid
()setAutoSubGrid
(enabled)Signal
autoSubGridChanged
(enabled)
- property PᅟySide6.QtGraphs.QLogValue3DAxisFormatter.base: float#
- Access functions:
base
()setBase
(base)Signal
baseChanged
(base)
- property PᅟySide6.QtGraphs.QLogValue3DAxisFormatter.showEdgeLabels: bool#
- Access functions:
setShowEdgeLabels
(enabled)Signal
showEdgeLabelsChanged
(enabled)
- 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
.