New in version 5.7.
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
()
def
baseChanged
(base)
def
labelFormatChanged
(format)
def
maxChanged
(max)
def
minChanged
(min)
def
minorTickCountChanged
(minorTickCount)
def
rangeChanged
(min, max)
def
tickCountChanged
(tickCount)
PySide2.QtCharts.QtCharts.
QLogValueAxis
(
[
parent=None
]
)
¶
parent
–
QObject
PySide2.QtCharts.QtCharts.QLogValueAxis.
base
(
)
¶
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
baseChanged
(
base
)
¶
base
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
labelFormat
(
)
¶
unicode
PySide2.QtCharts.QtCharts.QLogValueAxis.
labelFormatChanged
(
format
)
¶
format – unicode
PySide2.QtCharts.QtCharts.QLogValueAxis.
max
(
)
¶
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
maxChanged
(
max
)
¶
max
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
min
(
)
¶
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
minChanged
(
min
)
¶
min
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
minorTickCount
(
)
¶
int
PySide2.QtCharts.QtCharts.QLogValueAxis.
minorTickCountChanged
(
minorTickCount
)
¶
minorTickCount
–
int
PySide2.QtCharts.QtCharts.QLogValueAxis.
rangeChanged
(
min
,
max
)
¶
min
–
qreal
max
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
setBase
(
base
)
¶
base
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
setLabelFormat
(
format
)
¶
format – unicode
PySide2.QtCharts.QtCharts.QLogValueAxis.
setMax
(
max
)
¶
max
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
setMin
(
min
)
¶
min
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
setMinorTickCount
(
minorTickCount
)
¶
minorTickCount
–
int
PySide2.QtCharts.QtCharts.QLogValueAxis.
setRange
(
min
,
max
)
¶
min
–
qreal
max
–
qreal
PySide2.QtCharts.QtCharts.QLogValueAxis.
tickCount
(
)
¶
int
PySide2.QtCharts.QtCharts.QLogValueAxis.
tickCountChanged
(
tickCount
)
¶
tickCount
–
int