class QCandlestickSet

Inheritance diagram of PySide6.QtCharts.QCandlestickSet

Synopsis

Properties

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 brushᅟ: QBrush
Access functions:
property closeᅟ: float
Access functions:
property highᅟ: float
Access functions:
property lowᅟ: float
Access functions:
property openᅟ: float
Access functions:
property penᅟ: QPen
Access functions:
property timestampᅟ: float
Access functions:
__init__([timestamp=0.0[, parent=None]])
Parameters:
  • timestamp – float

  • parentQObject

__init__(open, high, low, close[, timestamp=0.0[, parent=None]])
Parameters:
  • open – float

  • high – float

  • low – float

  • close – float

  • timestamp – float

  • parentQObject

brush()
Return type:

QBrush

Getter of property brushᅟ .

brushChanged()

Notification signal of property brushᅟ .

clicked()
close()
Return type:

float

Getter of property closeᅟ .

closeChanged()

Notification signal of property closeᅟ .

doubleClicked()
high()
Return type:

float

Getter of property highᅟ .

highChanged()

Notification signal of property highᅟ .

hovered(status)
Parameters:

status – bool

low()
Return type:

float

Getter of property lowᅟ .

lowChanged()

Notification signal of property lowᅟ .

open()
Return type:

float

Getter of property openᅟ .

openChanged()

Notification signal of property openᅟ .

pen()
Return type:

QPen

Getter of property penᅟ .

penChanged()

Notification signal of property penᅟ .

pressed()
released()
setBrush(brush)
Parameters:

brushQBrush

Setter of property brushᅟ .

setClose(close)
Parameters:

close – float

Setter of property closeᅟ .

setHigh(high)
Parameters:

high – float

Setter of property highᅟ .

setLow(low)
Parameters:

low – float

Setter of property lowᅟ .

setOpen(open)
Parameters:

open – float

Setter of property openᅟ .

setPen(pen)
Parameters:

penQPen

Setter of property penᅟ .

setTimestamp(timestamp)
Parameters:

timestamp – float

Setter of property timestampᅟ .

timestamp()
Return type:

float

Getter of property timestampᅟ .

timestampChanged()

Notification signal of property timestampᅟ .