QPieModelMapper#
Inherited by: QVPieModelMapper, QHPieModelMapper
Synopsis#
Functions#
- def - count()
- def - first()
- def - labelsSection()
- def - model()
- def - orientation()
- def - series()
- def - setCount(count)
- def - setFirst(first)
- def - setLabelsSection(labelsSection)
- def - setModel(model)
- def - setOrientation(orientation)
- def - setSeries(series)
- def - setValuesSection(valuesSection)
- def - valuesSection()
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#
- class PySide6.QtCharts.QPieModelMapper([parent=None])#
- Parameters:
- parent – - PySide6.QtCore.QObject
 
- PySide6.QtCharts.QPieModelMapper.count()#
- Return type:
- int 
 
- PySide6.QtCharts.QPieModelMapper.first()#
- Return type:
- int 
 
- PySide6.QtCharts.QPieModelMapper.labelsSection()#
- Return type:
- int 
 
- PySide6.QtCharts.QPieModelMapper.model()#
- Return type:
 
- PySide6.QtCharts.QPieModelMapper.orientation()#
- Return type:
 
- PySide6.QtCharts.QPieModelMapper.series()#
- Return type:
 
- PySide6.QtCharts.QPieModelMapper.setCount(count)#
- Parameters:
- count – int 
 
- PySide6.QtCharts.QPieModelMapper.setFirst(first)#
- Parameters:
- first – int 
 
- PySide6.QtCharts.QPieModelMapper.setLabelsSection(labelsSection)#
- Parameters:
- labelsSection – int 
 
- PySide6.QtCharts.QPieModelMapper.setModel(model)#
- Parameters:
 
- PySide6.QtCharts.QPieModelMapper.setOrientation(orientation)#
- Parameters:
- orientation – - Orientation
 
- PySide6.QtCharts.QPieModelMapper.setSeries(series)#
- Parameters:
- series – - PySide6.QtCharts.QPieSeries
 
- PySide6.QtCharts.QPieModelMapper.setValuesSection(valuesSection)#
- Parameters:
- valuesSection – int 
 
- PySide6.QtCharts.QPieModelMapper.valuesSection()#
- Return type:
- int