QtCharts.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 –
QObject
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
base
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
baseChanged
(base)¶ - Parameters
base –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
labelFormat
()¶ - Return type
unicode
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
labelFormatChanged
(format)¶ - Parameters
format – unicode
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
max
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
maxChanged
(max)¶ - Parameters
max –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
min
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
minChanged
(min)¶ - Parameters
min –
qreal
-
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 –
qreal
max –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
setBase
(base)¶ - Parameters
base –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
setLabelFormat
(format)¶ - Parameters
format – unicode
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
setMax
(max)¶ - Parameters
max –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
setMin
(min)¶ - Parameters
min –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
setMinorTickCount
(minorTickCount)¶ - Parameters
minorTickCount –
int
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
setRange
(min, max)¶ - Parameters
min –
qreal
max –
qreal
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
tickCount
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QLogValueAxis.
tickCountChanged
(tickCount)¶ - Parameters
tickCount –
int