QBarModelMapper#
Inherited by: QVBarModelMapper, QHBarModelMapper
Synopsis#
Functions#
- def - count()
- def - first()
- def - firstBarSetSection()
- def - lastBarSetSection()
- def - model()
- def - orientation()
- def - series()
- def - setCount(count)
- def - setFirst(first)
- def - setFirstBarSetSection(firstBarSetSection)
- def - setLastBarSetSection(lastBarSetSection)
- def - setModel(model)
- def - setOrientation(orientation)
- def - setSeries(series)
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.QBarModelMapper([parent=None])#
- Parameters:
- parent – - PySide6.QtCore.QObject
 
- PySide6.QtCharts.QBarModelMapper.count()#
- Return type:
- int 
 
- PySide6.QtCharts.QBarModelMapper.first()#
- Return type:
- int 
 
- PySide6.QtCharts.QBarModelMapper.firstBarSetSection()#
- Return type:
- int 
 
- PySide6.QtCharts.QBarModelMapper.lastBarSetSection()#
- Return type:
- int 
 
- PySide6.QtCharts.QBarModelMapper.model()#
- Return type:
 
- PySide6.QtCharts.QBarModelMapper.orientation()#
- Return type:
 
- PySide6.QtCharts.QBarModelMapper.series()#
- Return type:
 
- PySide6.QtCharts.QBarModelMapper.setCount(count)#
- Parameters:
- count – int 
 
- PySide6.QtCharts.QBarModelMapper.setFirst(first)#
- Parameters:
- first – int 
 
- PySide6.QtCharts.QBarModelMapper.setFirstBarSetSection(firstBarSetSection)#
- Parameters:
- firstBarSetSection – int 
 
- PySide6.QtCharts.QBarModelMapper.setLastBarSetSection(lastBarSetSection)#
- Parameters:
- lastBarSetSection – int 
 
- PySide6.QtCharts.QBarModelMapper.setModel(model)#
- Parameters:
 
- PySide6.QtCharts.QBarModelMapper.setOrientation(orientation)#
- Parameters:
- orientation – - Orientation
 
- PySide6.QtCharts.QBarModelMapper.setSeries(series)#
- Parameters:
- series – - PySide6.QtCharts.QAbstractBarSeries