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()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
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