QLogValue3DAxisFormatter¶
Synopsis¶
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)
Detailed Description¶
- class PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.autoSubGrid()¶
- Return type:
bool
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.autoSubGridChanged(enabled)¶
- Parameters:
enabled – bool
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.base()¶
- Return type:
float
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.baseChanged(base)¶
- Parameters:
base – float
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.setAutoSubGrid(enabled)¶
- Parameters:
enabled – bool
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.setBase(base)¶
- Parameters:
base – float
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.setShowEdgeLabels(enabled)¶
- Parameters:
enabled – bool
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.showEdgeLabels()¶
- Return type:
bool
- PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.showEdgeLabelsChanged(enabled)¶
- Parameters:
enabled – bool
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.