QDateTimeAxis¶

New in version 5.7.
Synopsis¶
Functions¶
Signals¶
def
formatChanged
(format)def
maxChanged
(max)def
minChanged
(min)def
rangeChanged
(min, max)def
tickCountChanged
(tick)
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QDateTimeAxis([parent=None])¶
- Parameters
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QDateTimeAxis.format()¶
- Return type
str
- PySide2.QtCharts.QtCharts.QDateTimeAxis.formatChanged(format)¶
- Parameters
format – str
- PySide2.QtCharts.QtCharts.QDateTimeAxis.max()¶
- Return type
- PySide2.QtCharts.QtCharts.QDateTimeAxis.maxChanged(max)¶
- Parameters
max –
PySide2.QtCore.QDateTime
- PySide2.QtCharts.QtCharts.QDateTimeAxis.min()¶
- Return type
- PySide2.QtCharts.QtCharts.QDateTimeAxis.minChanged(min)¶
- Parameters
min –
PySide2.QtCore.QDateTime
- PySide2.QtCharts.QtCharts.QDateTimeAxis.rangeChanged(min, max)¶
- Parameters
min –
PySide2.QtCore.QDateTime
max –
PySide2.QtCore.QDateTime
- PySide2.QtCharts.QtCharts.QDateTimeAxis.setFormat(format)¶
- Parameters
format – str
- PySide2.QtCharts.QtCharts.QDateTimeAxis.setMax(max)¶
- Parameters
max –
PySide2.QtCore.QDateTime
- PySide2.QtCharts.QtCharts.QDateTimeAxis.setMin(min)¶
- Parameters
min –
PySide2.QtCore.QDateTime
- PySide2.QtCharts.QtCharts.QDateTimeAxis.setRange(min, max)¶
- Parameters
min –
PySide2.QtCore.QDateTime
max –
PySide2.QtCore.QDateTime
- PySide2.QtCharts.QtCharts.QDateTimeAxis.setTickCount(count)¶
- Parameters
count – int
- PySide2.QtCharts.QtCharts.QDateTimeAxis.tickCount()¶
- Return type
int
- PySide2.QtCharts.QtCharts.QDateTimeAxis.tickCountChanged(tick)¶
- Parameters
tick – 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.