QXYModelMapper¶
Inherited by: QVXYModelMapper, QHXYModelMapper
Synopsis¶
Functions¶
def
count
()def
first
()def
model
()def
orientation
()def
series
()def
setCount
(count)def
setFirst
(first)def
setModel
(model)def
setOrientation
(orientation)def
setSeries
(series)def
setXSection
(xSection)def
setYSection
(ySection)def
xSection
()def
ySection
()
Detailed Description¶
- class PySide6.QtCharts.QXYModelMapper([parent=None])¶
- Parameters
parent –
PySide6.QtCore.QObject
- PySide6.QtCharts.QXYModelMapper.count()¶
- Return type
int
- PySide6.QtCharts.QXYModelMapper.first()¶
- Return type
int
- PySide6.QtCharts.QXYModelMapper.model()¶
- Return type
- PySide6.QtCharts.QXYModelMapper.orientation()¶
- Return type
- PySide6.QtCharts.QXYModelMapper.series()¶
- Return type
- PySide6.QtCharts.QXYModelMapper.setCount(count)¶
- Parameters
count – int
- PySide6.QtCharts.QXYModelMapper.setFirst(first)¶
- Parameters
first – int
- PySide6.QtCharts.QXYModelMapper.setModel(model)¶
- Parameters
- PySide6.QtCharts.QXYModelMapper.setOrientation(orientation)¶
- Parameters
orientation –
Orientation
- PySide6.QtCharts.QXYModelMapper.setSeries(series)¶
- Parameters
series –
PySide6.QtCharts.QXYSeries
- PySide6.QtCharts.QXYModelMapper.setXSection(xSection)¶
- Parameters
xSection – int
- PySide6.QtCharts.QXYModelMapper.setYSection(ySection)¶
- Parameters
ySection – int
- PySide6.QtCharts.QXYModelMapper.xSection()¶
- Return type
int
- PySide6.QtCharts.QXYModelMapper.ySection()¶
- Return type
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.