class QVBoxPlotModelMapper

Inheritance diagram of PySide6.QtCharts.QVBoxPlotModelMapper

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 firstBoxSetColumnᅟ: int
Access functions:
property firstRowᅟ: int
Access functions:
property lastBoxSetColumnᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property rowCountᅟ: int
Access functions:
property seriesᅟ: QBoxPlotSeries
Access functions:
__init__([parent=None])
Parameters:

parentQObject

firstBoxSetColumn()
Return type:

int

Getter of property firstBoxSetColumnᅟ .

firstBoxSetColumnChanged()

Notification signal of property firstBoxSetColumnᅟ .

firstRow()
Return type:

int

Getter of property firstRowᅟ .

firstRowChanged()

Notification signal of property firstRowᅟ .

lastBoxSetColumn()
Return type:

int

Getter of property lastBoxSetColumnᅟ .

lastBoxSetColumnChanged()

Notification signal of property lastBoxSetColumnᅟ .

modelReplaced()

Notification signal of property modelᅟ .

rowCount()
Return type:

int

Getter of property rowCountᅟ .

rowCountChanged()

Notification signal of property rowCountᅟ .

seriesReplaced()

Notification signal of property seriesᅟ .

setFirstBoxSetColumn(firstBoxSetColumn)
Parameters:

firstBoxSetColumn – int

Setter of property firstBoxSetColumnᅟ .

setFirstRow(firstRow)
Parameters:

firstRow – int

Setter of property firstRowᅟ .

setLastBoxSetColumn(lastBoxSetColumn)
Parameters:

lastBoxSetColumn – int

Setter of property lastBoxSetColumnᅟ .

setRowCount(rowCount)
Parameters:

rowCount – int

Setter of property rowCountᅟ .