class QHXYModelMapper

Inheritance diagram of PySide6.QtCharts.QHXYModelMapper

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 columnCountᅟ: int
Access functions:
property firstColumnᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property xRowᅟ: int
Access functions:
property yRowᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

columnCount()
Return type:

int

Getter of property columnCountᅟ .

columnCountChanged()

Notification signal of property columnCountᅟ .

firstColumn()
Return type:

int

Getter of property firstColumnᅟ .

firstColumnChanged()

Notification signal of property firstColumnᅟ .

modelReplaced()

Notification signal of property modelᅟ .

seriesReplaced()
setColumnCount(columnCount)
Parameters:

columnCount – int

Setter of property columnCountᅟ .

setFirstColumn(firstColumn)
Parameters:

firstColumn – int

Setter of property firstColumnᅟ .

setXRow(xRow)
Parameters:

xRow – int

Setter of property xRowᅟ .

setYRow(yRow)
Parameters:

yRow – int

Setter of property yRowᅟ .

xRow()
Return type:

int

Getter of property xRowᅟ .

xRowChanged()

Notification signal of property xRowᅟ .

yRow()
Return type:

int

Getter of property yRowᅟ .

yRowChanged()

Notification signal of property yRowᅟ .