class QCandlestickSeries

Inheritance diagram of PySide6.QtCharts.QCandlestickSeries

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 bodyOutlineVisibleᅟ: bool
Access functions:
property bodyWidthᅟ: float
Access functions:
property brushᅟ: QBrush
Access functions:
property capsVisibleᅟ: bool
Access functions:
property capsWidthᅟ: float
Access functions:
property countᅟ: int
Access functions:
property decreasingColorᅟ: QColor
Access functions:
property increasingColorᅟ: QColor
Access functions:
property maximumColumnWidthᅟ: float
Access functions:
property minimumColumnWidthᅟ: float
Access functions:
property penᅟ: QPen
Access functions:
__init__([parent=None])
Parameters:

parentQObject

append(set)
Parameters:

setQCandlestickSet

Return type:

bool

append(sets)
Parameters:

sets – .list of QCandlestickSet

Return type:

bool

bodyOutlineVisibilityChanged()

Notification signal of property bodyOutlineVisibleᅟ .

bodyOutlineVisible()
Return type:

bool

Getter of property bodyOutlineVisibleᅟ .

bodyWidth()
Return type:

float

Getter of property bodyWidthᅟ .

bodyWidthChanged()

Notification signal of property bodyWidthᅟ .

brush()
Return type:

QBrush

Getter of property brushᅟ .

brushChanged()

Notification signal of property brushᅟ .

candlestickSetsAdded(sets)
Parameters:

sets – .list of QCandlestickSet

candlestickSetsRemoved(sets)
Parameters:

sets – .list of QCandlestickSet

capsVisibilityChanged()

Notification signal of property capsVisibleᅟ .

capsVisible()
Return type:

bool

Getter of property capsVisibleᅟ .

capsWidth()
Return type:

float

Getter of property capsWidthᅟ .

capsWidthChanged()

Notification signal of property capsWidthᅟ .

clear()
clicked(set)
Parameters:

setQCandlestickSet

count()
Return type:

int

Getter of property countᅟ .

countChanged()

Notification signal of property countᅟ .

decreasingColor()
Return type:

QColor

Getter of property decreasingColorᅟ .

decreasingColorChanged()

Notification signal of property decreasingColorᅟ .

doubleClicked(set)
Parameters:

setQCandlestickSet

hovered(status, set)
Parameters:
increasingColor()
Return type:

QColor

Getter of property increasingColorᅟ .

increasingColorChanged()

Notification signal of property increasingColorᅟ .

insert(index, set)
Parameters:
Return type:

bool

maximumColumnWidth()
Return type:

float

Getter of property maximumColumnWidthᅟ .

maximumColumnWidthChanged()

Notification signal of property maximumColumnWidthᅟ .

minimumColumnWidth()
Return type:

float

Getter of property minimumColumnWidthᅟ .

minimumColumnWidthChanged()

Notification signal of property minimumColumnWidthᅟ .

pen()
Return type:

QPen

Getter of property penᅟ .

penChanged()

Notification signal of property penᅟ .

pressed(set)
Parameters:

setQCandlestickSet

released(set)
Parameters:

setQCandlestickSet

remove(set)
Parameters:

setQCandlestickSet

Return type:

bool

remove(sets)
Parameters:

sets – .list of QCandlestickSet

Return type:

bool

setBodyOutlineVisible(bodyOutlineVisible)
Parameters:

bodyOutlineVisible – bool

Setter of property bodyOutlineVisibleᅟ .

setBodyWidth(bodyWidth)
Parameters:

bodyWidth – float

Setter of property bodyWidthᅟ .

setBrush(brush)
Parameters:

brushQBrush

Setter of property brushᅟ .

setCapsVisible(capsVisible)
Parameters:

capsVisible – bool

Setter of property capsVisibleᅟ .

setCapsWidth(capsWidth)
Parameters:

capsWidth – float

Setter of property capsWidthᅟ .

setDecreasingColor(decreasingColor)
Parameters:

decreasingColorQColor

Setter of property decreasingColorᅟ .

setIncreasingColor(increasingColor)
Parameters:

increasingColorQColor

Setter of property increasingColorᅟ .

setMaximumColumnWidth(maximumColumnWidth)
Parameters:

maximumColumnWidth – float

Setter of property maximumColumnWidthᅟ .

setMinimumColumnWidth(minimumColumnWidth)
Parameters:

minimumColumnWidth – float

Setter of property minimumColumnWidthᅟ .

setPen(pen)
Parameters:

penQPen

Setter of property penᅟ .

sets()
Return type:

.list of QCandlestickSet

take(set)
Parameters:

setQCandlestickSet

Return type:

bool