class QPieModelMapper

The QPieModelMapper is a model mapper for pie series. More

Inheritance diagram of PySide6.QtGraphs.QPieModelMapper

Inherited by: QVPieModelMapper, QHPieModelMapper

Added in version 6.8.

Synopsis

Methods

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

Model mappers enable using a data model derived from the QAbstractItemModel class as a data source for a graph. A model mapper is used to create a connection between a data model and QPieSeries .

Both model and pie series properties can be used to manipulate the data. The model mapper keeps the pie series and the data model in sync.

__init__([parent=None])
Parameters:

parentQObject

count()
Return type:

int

See also

setCount()

first()
Return type:

int

See also

setFirst()

labelsSection()
Return type:

int

model()
Return type:

QAbstractItemModel

See also

setModel()

orientation()
Return type:

Orientation

See also

setOrientation()

setCount(count)
Parameters:

count – int

See also

count()

setFirst(first)
Parameters:

first – int

See also

first()

setLabelsSection(labelsSection)
Parameters:

labelsSection – int

See also

labelsSection()

setModel(model)
Parameters:

modelQAbstractItemModel

See also

model()

setOrientation(orientation)
Parameters:

orientationOrientation

See also

orientation()

setValuesSection(valuesSection)
Parameters:

valuesSection – int

See also

valuesSection()

valuesSection()
Return type:

int