PySide6.QtCharts.QCandlestickSeries

class QCandlestickSeries

PySide6.QtCharts.QCandlestickSeries 的继承图

概要

属性

方法

信号

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述

注意

当使用from __feature__ import true_property时,属性可以直接使用,否则通过访问器函数使用。

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:

父对象QObject

append(set)
Parameters:

设置QCandlestickSet

Return type:

布尔

append(sets)
Parameters:

sets – .QCandlestickSet 的列表

Return type:

布尔

bodyOutlineVisibilityChanged()

属性 bodyOutlineVisibleᅟ 的通知信号。

bodyOutlineVisible()
Return type:

布尔

属性 bodyOutlineVisibleᅟ 的获取器。

bodyWidth()
Return type:

浮点数

属性 bodyWidthᅟ 的获取器。

bodyWidthChanged()

属性 bodyWidthᅟ 的通知信号。

brush()
Return type:

QBrush

属性 brushᅟ 的获取器。

brushChanged()

属性 brushᅟ 的通知信号。

candlestickSetsAdded(sets)
Parameters:

sets – .QCandlestickSet 的列表

candlestickSetsRemoved(sets)
Parameters:

sets – .QCandlestickSet 的列表

capsVisibilityChanged()

属性 capsVisibleᅟ 的通知信号。

capsVisible()
Return type:

布尔

属性 capsVisibleᅟ 的获取器。

capsWidth()
Return type:

浮点数

属性 capsWidthᅟ 的获取器。

capsWidthChanged()

属性 capsWidthᅟ 的通知信号。

clear()
clicked(set)
Parameters:

设置QCandlestickSet

count()
Return type:

整数

属性 countᅟ 的获取器。

countChanged()

属性 countᅟ 的通知信号。

decreasingColor()
Return type:

QColor

属性 decreasingColorᅟ 的获取器。

decreasingColorChanged()

属性 decreasingColorᅟ 的通知信号。

doubleClicked(set)
Parameters:

设置QCandlestickSet

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

QColor

属性 increasingColorᅟ 的获取器。

increasingColorChanged()

属性 increasingColorᅟ 的通知信号。

insert(index, set)
Parameters:
Return type:

布尔

maximumColumnWidth()
Return type:

浮点数

属性 maximumColumnWidthᅟ 的获取器。

maximumColumnWidthChanged()

属性 maximumColumnWidthᅟ 的通知信号。

minimumColumnWidth()
Return type:

浮点数

属性 minimumColumnWidthᅟ 的获取器。

minimumColumnWidthChanged()

属性 minimumColumnWidthᅟ 的通知信号。

pen()
Return type:

QPen

属性 penᅟ 的获取器。

penChanged()

属性 penᅟ 的通知信号。

pressed(set)
Parameters:

设置QCandlestickSet

released(set)
Parameters:

设置QCandlestickSet

remove(set)
Parameters:

设置QCandlestickSet

Return type:

布尔

remove(sets)
Parameters:

sets – .QCandlestickSet 的列表

Return type:

布尔

setBodyOutlineVisible(bodyOutlineVisible)
Parameters:

bodyOutlineVisible – 布尔值

属性 bodyOutlineVisibleᅟ 的设置器。

setBodyWidth(bodyWidth)
Parameters:

bodyWidth – 浮点数

属性 bodyWidthᅟ 的设置器。

setBrush(brush)
Parameters:

画笔QBrush

属性 brushᅟ 的设置器。

setCapsVisible(capsVisible)
Parameters:

capsVisible – 布尔值

属性 capsVisibleᅟ 的设置器。

setCapsWidth(capsWidth)
Parameters:

capsWidth – 浮点数

属性 capsWidthᅟ 的设置器。

setDecreasingColor(decreasingColor)
Parameters:

decreasingColorQColor

属性 decreasingColorᅟ 的设置器。

setIncreasingColor(increasingColor)
Parameters:

increasingColorQColor

属性 increasingColorᅟ 的设置器。

setMaximumColumnWidth(maximumColumnWidth)
Parameters:

maximumColumnWidth – 浮点数

属性 maximumColumnWidthᅟ 的设置器。

setMinimumColumnWidth(minimumColumnWidth)
Parameters:

minimumColumnWidth – 浮点数

属性 minimumColumnWidthᅟ 的设置器。

setPen(pen)
Parameters:

QPen

属性 penᅟ 的设置器。

sets()
Return type:

QCandlestickSet的列表

take(set)
Parameters:

设置QCandlestickSet

Return type:

布尔