class QHBoxPlotModelMapper

Inheritance diagram of PySide6.QtCharts.QHBoxPlotModelMapper

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 firstBoxSetRowᅟ: int
Access functions:
property firstColumnᅟ: int
Access functions:
property lastBoxSetRowᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property seriesᅟ: QBoxPlotSeries
Access functions:
__init__([parent=None])
Parameters:

parentQObject

columnCount()
Return type:

int

Getter of property columnCountᅟ .

columnCountChanged()

Notification signal of property columnCountᅟ .

firstBoxSetRow()
Return type:

int

Getter of property firstBoxSetRowᅟ .

firstBoxSetRowChanged()

Notification signal of property firstBoxSetRowᅟ .

firstColumn()
Return type:

int

Getter of property firstColumnᅟ .

firstColumnChanged()

Notification signal of property firstColumnᅟ .

lastBoxSetRow()
Return type:

int

Getter of property lastBoxSetRowᅟ .

lastBoxSetRowChanged()

Notification signal of property lastBoxSetRowᅟ .

modelReplaced()

Notification signal of property modelᅟ .

seriesReplaced()

Notification signal of property seriesᅟ .

setColumnCount(rowCount)
Parameters:

rowCount – int

Setter of property columnCountᅟ .

setFirstBoxSetRow(firstBoxSetRow)
Parameters:

firstBoxSetRow – int

Setter of property firstBoxSetRowᅟ .

setFirstColumn(firstColumn)
Parameters:

firstColumn – int

Setter of property firstColumnᅟ .

setLastBoxSetRow(lastBoxSetRow)
Parameters:

lastBoxSetRow – int

Setter of property lastBoxSetRowᅟ .