PySide6.QtCharts.QCandlestickModelMapper¶
- class QCandlestickModelMapper¶
- 
Inherited by: QVCandlestickModelMapper,QHCandlestickModelMapperSynopsis¶Properties¶Methods¶- def - __init__()
- def - close()
- def - high()
- def - lastSetSection()
- def - low()
- def - model()
- def - open()
- def - series()
- def - setClose()
- def - setHigh()
- def - setLow()
- def - setModel()
- def - setOpen()
- def - setSeries()
- def - setTimestamp()
- def - timestamp()
 Virtual methods¶- def - orientation()
 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 modelᅟ: QAbstractItemModel¶
 - Access functions:
- Signal - modelReplaced()
 
 - property seriesᅟ: QCandlestickSeries¶
 - Access functions:
- Signal - seriesReplaced()
 
 - close()¶
- Return type:
- int 
 
 - firstSetSection()¶
- Return type:
- int 
 
 - high()¶
- Return type:
- int 
 
 - lastSetSection()¶
- Return type:
- int 
 
 - low()¶
- Return type:
- int 
 
 - model()¶
- Return type:
 
 Getter of property modelᅟ.- modelReplaced()¶
 Notification signal of property modelᅟ.- open()¶
- Return type:
- int 
 
 - abstract orientation()¶
- Return type:
 
 - series()¶
- Return type:
 
 Getter of property seriesᅟ.- seriesReplaced()¶
 Notification signal of property seriesᅟ.- setClose(close)¶
- Parameters:
- close – int 
 
 - setFirstSetSection(firstSetSection)¶
- Parameters:
- firstSetSection – int 
 
 - setHigh(high)¶
- Parameters:
- high – int 
 
 - setLastSetSection(lastSetSection)¶
- Parameters:
- lastSetSection – int 
 
 - setLow(low)¶
- Parameters:
- low – int 
 
 - setModel(model)¶
- Parameters:
- model – - QAbstractItemModel
 
 Setter of property modelᅟ.- setOpen(open)¶
- Parameters:
- open – int 
 
 - setSeries(series)¶
- Parameters:
- series – - QCandlestickSeries
 
 Setter of property seriesᅟ.- setTimestamp(timestamp)¶
- Parameters:
- timestamp – int 
 
 - timestamp()¶
- Return type:
- int