class QCandlestickModelMapper

Inheritance diagram of PySide6.QtCharts.QCandlestickModelMapper

Inherited by: QVCandlestickModelMapper, QHCandlestickModelMapper

Synopsis

Properties

Methods

Virtual methods

Signals

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_property is used or via accessor functions otherwise.

property modelᅟ: QAbstractItemModel
Access functions:
property seriesᅟ: QCandlestickSeries
Access functions:
__init__([parent=None])
Parameters:

parentQObject

close()
Return type:

int

firstSetSection()
Return type:

int

high()
Return type:

int

lastSetSection()
Return type:

int

low()
Return type:

int

model()
Return type:

QAbstractItemModel

Getter of property modelᅟ .

modelReplaced()

Notification signal of property modelᅟ .

open()
Return type:

int

abstract orientation()
Return type:

Orientation

series()
Return type:

QCandlestickSeries

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:

modelQAbstractItemModel

Setter of property modelᅟ .

setOpen(open)
Parameters:

open – int

setSeries(series)
Parameters:

seriesQCandlestickSeries

Setter of property seriesᅟ .

setTimestamp(timestamp)
Parameters:

timestamp – int

timestamp()
Return type:

int