QtCharts.QValueAxis¶

Inherited by: QtCharts.QCategoryAxis
New in version 5.7.
Synopsis¶
Functions¶
def
labelFormat
()def
max
()def
min
()def
minorTickCount
()def
setLabelFormat
(format)def
setMax
(max)def
setMin
(min)def
setMinorTickCount
(count)def
setRange
(min, max)def
setTickAnchor
(anchor)def
setTickCount
(count)def
setTickInterval
(insterval)def
tickAnchor
()def
tickCount
()def
tickInterval
()
Slots¶
def
applyNiceNumbers
()
Signals¶
def
labelFormatChanged
(format)def
maxChanged
(max)def
minChanged
(min)def
minorTickCountChanged
(tickCount)def
rangeChanged
(min, max)def
tickAnchorChanged
(anchor)def
tickCountChanged
(tickCount)def
tickIntervalChanged
(interval)
Detailed Description¶
-
class
PySide2.QtCharts.QtCharts.
QValueAxis
([parent=None])¶ - Parameters
parent –
QObject
-
PySide2.QtCharts.QtCharts.QValueAxis.
applyNiceNumbers
()¶
-
PySide2.QtCharts.QtCharts.QValueAxis.
labelFormat
()¶ - Return type
unicode
-
PySide2.QtCharts.QtCharts.QValueAxis.
labelFormatChanged
(format)¶ - Parameters
format – unicode
-
PySide2.QtCharts.QtCharts.QValueAxis.
max
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
maxChanged
(max)¶ - Parameters
max –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
min
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
minChanged
(min)¶ - Parameters
min –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
minorTickCount
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QValueAxis.
minorTickCountChanged
(tickCount)¶ - Parameters
tickCount –
int
-
PySide2.QtCharts.QtCharts.QValueAxis.
rangeChanged
(min, max)¶ - Parameters
min –
qreal
max –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
setLabelFormat
(format)¶ - Parameters
format – unicode
-
PySide2.QtCharts.QtCharts.QValueAxis.
setMax
(max)¶ - Parameters
max –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
setMin
(min)¶ - Parameters
min –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
setMinorTickCount
(count)¶ - Parameters
count –
int
-
PySide2.QtCharts.QtCharts.QValueAxis.
setRange
(min, max)¶ - Parameters
min –
qreal
max –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
setTickAnchor
(anchor)¶ - Parameters
anchor –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
setTickCount
(count)¶ - Parameters
count –
int
-
PySide2.QtCharts.QtCharts.QValueAxis.
setTickInterval
(insterval)¶ - Parameters
insterval –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
tickAnchor
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
tickAnchorChanged
(anchor)¶ - Parameters
anchor –
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
tickCount
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QValueAxis.
tickCountChanged
(tickCount)¶ - Parameters
tickCount –
int
-
PySide2.QtCharts.QtCharts.QValueAxis.
tickInterval
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QValueAxis.
tickIntervalChanged
(interval)¶ - Parameters
interval –
qreal