PySide6.QtCharts.QHBarModelMapper¶
- class QHBarModelMapper¶
- 
Synopsis¶Properties¶Methods¶- def - __init__()
- def - columnCount()
- def - firstBarSetRow()
- def - firstColumn()
- def - lastBarSetRow()
- def - setColumnCount()
- def - setFirstColumn()
 Signals¶
- def - modelReplaced()
- def - seriesReplaced()
 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_propertyis used or via accessor functions otherwise.- property columnCountᅟ: int¶
 - Access functions:
 - property firstBarSetRowᅟ: int¶
 - Access functions:
 - property firstColumnᅟ: int¶
 - Access functions:
 - property lastBarSetRowᅟ: int¶
 - Access functions:
 - property modelᅟ: QAbstractItemModel¶
 - Access functions:
- Signal - modelReplaced()
 
 - property seriesᅟ: QAbstractBarSeries¶
 - Access functions:
- Signal - seriesReplaced()
 
 - columnCount()¶
- Return type:
- int 
 
 Getter of property columnCountᅟ.- columnCountChanged()¶
 Notification signal of property columnCountᅟ.- firstBarSetRow()¶
- Return type:
- int 
 
 Getter of property firstBarSetRowᅟ.- firstBarSetRowChanged()¶
 Notification signal of property firstBarSetRowᅟ.- firstColumn()¶
- Return type:
- int 
 
 Getter of property firstColumnᅟ.- firstColumnChanged()¶
 Notification signal of property firstColumnᅟ.- lastBarSetRow()¶
- Return type:
- int 
 
 Getter of property lastBarSetRowᅟ.- lastBarSetRowChanged()¶
 Notification signal of property lastBarSetRowᅟ.- modelReplaced()¶
 Notification signal of property modelᅟ.- seriesReplaced()¶
 Notification signal of property seriesᅟ.- setColumnCount(columnCount)¶
- Parameters:
- columnCount – int 
 
 Setter of property columnCountᅟ.- setFirstBarSetRow(firstBarSetRow)¶
- Parameters:
- firstBarSetRow – int 
 
 Setter of property firstBarSetRowᅟ.- setFirstColumn(firstColumn)¶
- Parameters:
- firstColumn – int 
 
 Setter of property firstColumnᅟ.- setLastBarSetRow(lastBarSetRow)¶
- Parameters:
- lastBarSetRow – int 
 
 Setter of property lastBarSetRowᅟ.