QValueAxis¶
Inherited by: 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
setTickType
(type)def
tickAnchor
()def
tickCount
()def
tickInterval
()def
tickType
()
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)def
tickTypeChanged
(type)
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QValueAxis([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QValueAxis.TickType¶
- PySide2.QtCharts.QtCharts.QValueAxis.applyNiceNumbers()¶
- PySide2.QtCharts.QtCharts.QValueAxis.labelFormat()¶
- Return type:
str
- PySide2.QtCharts.QtCharts.QValueAxis.labelFormatChanged(format)¶
- Parameters:
format – str
- PySide2.QtCharts.QtCharts.QValueAxis.max()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QValueAxis.maxChanged(max)¶
- Parameters:
max – float
- PySide2.QtCharts.QtCharts.QValueAxis.min()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QValueAxis.minChanged(min)¶
- Parameters:
min – float
- 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 – float
max – float
- PySide2.QtCharts.QtCharts.QValueAxis.setLabelFormat(format)¶
- Parameters:
format – str
- PySide2.QtCharts.QtCharts.QValueAxis.setMax(max)¶
- Parameters:
max – float
- PySide2.QtCharts.QtCharts.QValueAxis.setMin(min)¶
- Parameters:
min – float
- PySide2.QtCharts.QtCharts.QValueAxis.setMinorTickCount(count)¶
- Parameters:
count – int
- PySide2.QtCharts.QtCharts.QValueAxis.setRange(min, max)¶
- Parameters:
min – float
max – float
- PySide2.QtCharts.QtCharts.QValueAxis.setTickAnchor(anchor)¶
- Parameters:
anchor – float
- PySide2.QtCharts.QtCharts.QValueAxis.setTickCount(count)¶
- Parameters:
count – int
- PySide2.QtCharts.QtCharts.QValueAxis.setTickInterval(insterval)¶
- Parameters:
insterval – float
- PySide2.QtCharts.QtCharts.QValueAxis.tickAnchor()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QValueAxis.tickAnchorChanged(anchor)¶
- Parameters:
anchor – float
- PySide2.QtCharts.QtCharts.QValueAxis.tickCount()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QValueAxis.tickCountChanged(tickCount)¶
- Parameters:
tickCount – int
- PySide2.QtCharts.QtCharts.QValueAxis.tickInterval()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QValueAxis.tickIntervalChanged(interval)¶
- Parameters:
interval – float
© 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.