PySide6.QtCharts.QHXYModelMapper¶
- class QHXYModelMapper¶
- 
Synopsis¶Properties¶Methods¶- def - __init__()
- def - columnCount()
- def - firstColumn()
- def - setColumnCount()
- def - setFirstColumn()
- def - setXRow()
- def - setYRow()
- def - xRow()
- def - yRow()
 Signals¶
- def - modelReplaced()
- def - seriesReplaced()
- def - xRowChanged()
- def - yRowChanged()
 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 firstColumnᅟ: int¶
 - Access functions:
 - property modelᅟ: QAbstractItemModel¶
 - Access functions:
- Signal - modelReplaced()
 
 - property xRowᅟ: int¶
 - Access functions:
- Signal - xRowChanged()
 
 - property yRowᅟ: int¶
 - Access functions:
- Signal - yRowChanged()
 
 - columnCount()¶
- Return type:
- int 
 
 Getter of property columnCountᅟ.- columnCountChanged()¶
 Notification signal of property columnCountᅟ.- firstColumn()¶
- Return type:
- int 
 
 Getter of property firstColumnᅟ.- firstColumnChanged()¶
 Notification signal of property firstColumnᅟ.- modelReplaced()¶
 Notification signal of property modelᅟ.- seriesReplaced()¶
 - setColumnCount(columnCount)¶
- Parameters:
- columnCount – int 
 
 Setter of property columnCountᅟ.- setFirstColumn(firstColumn)¶
- Parameters:
- firstColumn – int 
 
 Setter of property firstColumnᅟ.- setXRow(xRow)¶
- Parameters:
- xRow – int 
 
 Setter of property xRowᅟ.- setYRow(yRow)¶
- Parameters:
- yRow – int 
 
 Setter of property yRowᅟ.- xRow()¶
- Return type:
- int 
 
 Getter of property xRowᅟ.- xRowChanged()¶
 Notification signal of property xRowᅟ.- yRow()¶
- Return type:
- int 
 
 Getter of property yRowᅟ.- yRowChanged()¶
 Notification signal of property yRowᅟ.