QLogValueAxis¶
New in version 5.7.
Synopsis¶
Functions¶
def
base
()def
labelFormat
()def
max
()def
min
()def
minorTickCount
()def
setBase
(base)def
setLabelFormat
(format)def
setMax
(max)def
setMin
(min)def
setMinorTickCount
(minorTickCount)def
setRange
(min, max)def
tickCount
()
Signals¶
def
baseChanged
(base)def
labelFormatChanged
(format)def
maxChanged
(max)def
minChanged
(min)def
minorTickCountChanged
(minorTickCount)def
rangeChanged
(min, max)def
tickCountChanged
(tickCount)
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QLogValueAxis([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QLogValueAxis.base()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QLogValueAxis.baseChanged(base)¶
- Parameters:
base – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.labelFormat()¶
- Return type:
str
- PySide2.QtCharts.QtCharts.QLogValueAxis.labelFormatChanged(format)¶
- Parameters:
format – str
- PySide2.QtCharts.QtCharts.QLogValueAxis.max()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QLogValueAxis.maxChanged(max)¶
- Parameters:
max – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.min()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QLogValueAxis.minChanged(min)¶
- Parameters:
min – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.minorTickCount()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QLogValueAxis.minorTickCountChanged(minorTickCount)¶
- Parameters:
minorTickCount – int
- PySide2.QtCharts.QtCharts.QLogValueAxis.rangeChanged(min, max)¶
- Parameters:
min – float
max – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.setBase(base)¶
- Parameters:
base – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.setLabelFormat(format)¶
- Parameters:
format – str
- PySide2.QtCharts.QtCharts.QLogValueAxis.setMax(max)¶
- Parameters:
max – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.setMin(min)¶
- Parameters:
min – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.setMinorTickCount(minorTickCount)¶
- Parameters:
minorTickCount – int
- PySide2.QtCharts.QtCharts.QLogValueAxis.setRange(min, max)¶
- Parameters:
min – float
max – float
- PySide2.QtCharts.QtCharts.QLogValueAxis.tickCount()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QLogValueAxis.tickCountChanged(tickCount)¶
- Parameters:
tickCount – int
© 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.