QCandlestickSeries露
- PyQt5.QtChart.QCandlestickSeries
Inherits from QAbstractSeries.
Description露
TODO
Methods露
- __init__(parent: QObject = None)
TODO
- append(QCandlestickSet) → bool
TODO
- append(Iterable[QCandlestickSet]) → bool
TODO
- bodyOutlineVisible() → bool
TODO
- bodyWidth() → float
TODO
- brush() → QBrush
TODO
- capsVisible() → bool
TODO
- capsWidth() → float
TODO
- clear()
TODO
- count() → int
TODO
- decreasingColor() → QColor
TODO
- increasingColor() → QColor
TODO
- insert(int, QCandlestickSet) → bool
TODO
- __len__() → int
TODO
- maximumColumnWidth() → float
TODO
- minimumColumnWidth() → float
TODO
- pen() → QPen
TODO
- remove(QCandlestickSet) → bool
TODO
- remove(Iterable[QCandlestickSet]) → bool
TODO
- setBodyOutlineVisible(bool)
TODO
- setBodyWidth(float)
TODO
- setBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setCapsVisible(bool)
TODO
- setCapsWidth(float)
TODO
- setDecreasingColor(Union[QColor, GlobalColor, QGradient])
TODO
- setIncreasingColor(Union[QColor, GlobalColor, QGradient])
TODO
- setMaximumColumnWidth(float)
TODO
- setMinimumColumnWidth(float)
TODO
- setPen(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- sets() → List[QCandlestickSet]
TODO
- take(QCandlestickSet) → bool
TODO
- type() → SeriesType
TODO
Signals露
- bodyOutlineVisibilityChanged()
TODO
- bodyWidthChanged()
TODO
- brushChanged()
TODO
- candlestickSetsAdded(Iterable[QCandlestickSet])
TODO
- candlestickSetsRemoved(Iterable[QCandlestickSet])
TODO
- capsVisibilityChanged()
TODO
- capsWidthChanged()
TODO
- clicked(QCandlestickSet)
TODO
- countChanged()
TODO
- decreasingColorChanged()
TODO
- doubleClicked(QCandlestickSet)
TODO
- hovered(bool, QCandlestickSet)
TODO
- increasingColorChanged()
TODO
- maximumColumnWidthChanged()
TODO
- minimumColumnWidthChanged()
TODO
- penChanged()
TODO
- pressed(QCandlestickSet)
TODO
- released(QCandlestickSet)
TODO