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