class QHPieModelMapper

Inheritance diagram of PySide6.QtCharts.QHPieModelMapper

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 labelsRowᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property seriesᅟ: QPieSeries
Access functions:
property valuesRowᅟ: 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ᅟ .

labelsRow()
Return type:

int

Getter of property labelsRowᅟ .

labelsRowChanged()

Notification signal of property labelsRowᅟ .

modelReplaced()

Notification signal of property modelᅟ .

seriesReplaced()

Notification signal of property seriesᅟ .

setColumnCount(columnCount)
Parameters:

columnCount – int

Setter of property columnCountᅟ .

setFirstColumn(firstColumn)
Parameters:

firstColumn – int

Setter of property firstColumnᅟ .

setLabelsRow(labelsRow)
Parameters:

labelsRow – int

Setter of property labelsRowᅟ .

setValuesRow(valuesRow)
Parameters:

valuesRow – int

Setter of property valuesRowᅟ .

valuesRow()
Return type:

int

Getter of property valuesRowᅟ .

valuesRowChanged()

Notification signal of property valuesRowᅟ .