class QVXYModelMapper

Inheritance diagram of PySide6.QtCharts.QVXYModelMapper

Synopsis

Properties

Methods

Signals

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

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property firstRowᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property rowCountᅟ: int
Access functions:
property xColumnᅟ: int
Access functions:
property yColumnᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

firstRow()
Return type:

int

Getter of property firstRowᅟ .

firstRowChanged()

Notification signal of property firstRowᅟ .

modelReplaced()

Notification signal of property modelᅟ .

rowCount()
Return type:

int

Getter of property rowCountᅟ .

rowCountChanged()

Notification signal of property rowCountᅟ .

seriesReplaced()
setFirstRow(firstRow)
Parameters:

firstRow – int

Setter of property firstRowᅟ .

setRowCount(rowCount)
Parameters:

rowCount – int

Setter of property rowCountᅟ .

setXColumn(xColumn)
Parameters:

xColumn – int

Setter of property xColumnᅟ .

setYColumn(yColumn)
Parameters:

yColumn – int

Setter of property yColumnᅟ .

xColumn()
Return type:

int

Getter of property xColumnᅟ .

xColumnChanged()

Notification signal of property xColumnᅟ .

yColumn()
Return type:

int

Getter of property yColumnᅟ .

yColumnChanged()

Notification signal of property yColumnᅟ .