PySide6.QtCharts.QVBarModelMapper¶
- class QVBarModelMapper¶
- 
Synopsis¶Properties¶Methods¶- def - __init__()
- def - firstRow()
- def - rowCount()
- def - setFirstRow()
- def - setRowCount()
 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 firstBarSetColumnᅟ: int¶
 - Access functions:
 - property firstRowᅟ: int¶
 - Access functions:
 - property lastBarSetColumnᅟ: int¶
 - Access functions:
 - property modelᅟ: QAbstractItemModel¶
 - Access functions:
- Signal - modelReplaced()
 
 - property rowCountᅟ: int¶
 - Access functions:
 - property seriesᅟ: QAbstractBarSeries¶
 - Access functions:
- Signal - seriesReplaced()
 
 - firstBarSetColumn()¶
- Return type:
- int 
 
 Getter of property firstBarSetColumnᅟ.- firstBarSetColumnChanged()¶
 Notification signal of property firstBarSetColumnᅟ.- firstRow()¶
- Return type:
- int 
 
 Getter of property firstRowᅟ.- firstRowChanged()¶
 Notification signal of property firstRowᅟ.- lastBarSetColumn()¶
- Return type:
- int 
 
 Getter of property lastBarSetColumnᅟ.- lastBarSetColumnChanged()¶
 Notification signal of property lastBarSetColumnᅟ.- modelReplaced()¶
 Notification signal of property modelᅟ.- rowCount()¶
- Return type:
- int 
 
 Getter of property rowCountᅟ.- rowCountChanged()¶
 Notification signal of property rowCountᅟ.- seriesReplaced()¶
 Notification signal of property seriesᅟ.- setFirstBarSetColumn(firstBarSetColumn)¶
- Parameters:
- firstBarSetColumn – int 
 
 Setter of property firstBarSetColumnᅟ.- setFirstRow(firstRow)¶
- Parameters:
- firstRow – int 
 
 Setter of property firstRowᅟ.- setLastBarSetColumn(lastBarSetColumn)¶
- Parameters:
- lastBarSetColumn – int 
 
 Setter of property lastBarSetColumnᅟ.- setRowCount(rowCount)¶
- Parameters:
- rowCount – int 
 
 Setter of property rowCountᅟ.