PySide6.QtCharts.QCandlestickSeries¶
- class QCandlestickSeries¶
- 
Synopsis¶Properties¶Methods¶- def - __init__()
- def - append()
- def - bodyWidth()
- def - brush()
- def - capsVisible()
- def - capsWidth()
- def - clear()
- def - count()
- def - insert()
- def - pen()
- def - remove()
- def - setBodyWidth()
- def - setBrush()
- def - setCapsVisible()
- def - setCapsWidth()
- def - setPen()
- def - sets()
- def - take()
 Signals¶
- def - brushChanged()
- def - clicked()
- def - countChanged()
- def - doubleClicked()
- def - hovered()
- def - penChanged()
- def - pressed()
- def - released()
 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_propertyis used or via accessor functions otherwise.- property bodyOutlineVisibleᅟ: bool¶
 - Access functions:
 - property bodyWidthᅟ: float¶
 - Access functions:
 - Access functions:
- Signal - brushChanged()
 
 - property capsVisibleᅟ: bool¶
 - Access functions:
 - property capsWidthᅟ: float¶
 - Access functions:
 - property countᅟ: int¶
 - Access functions:
- Signal - countChanged()
 
 - Access functions:
 - Access functions:
 - property maximumColumnWidthᅟ: float¶
 - Access functions:
 - property minimumColumnWidthᅟ: float¶
 - Access functions:
 - Access functions:
- Signal - penChanged()
 
 - append(set)¶
- Parameters:
- set – - QCandlestickSet
- 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ᅟ.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:
- set – - QCandlestickSet
 
 - count()¶
- Return type:
- int 
 
 Getter of property countᅟ.- countChanged()¶
 Notification signal of property countᅟ.Getter of property decreasingColorᅟ.- decreasingColorChanged()¶
 Notification signal of property decreasingColorᅟ.- doubleClicked(set)¶
- Parameters:
- set – - QCandlestickSet
 
 - hovered(status, set)¶
- Parameters:
- status – bool 
- set – - QCandlestickSet
 
 
 Getter of property increasingColorᅟ.- increasingColorChanged()¶
 Notification signal of property increasingColorᅟ.- insert(index, set)¶
- Parameters:
- index – int 
- set – - QCandlestickSet
 
- 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ᅟ.Getter of property penᅟ.- penChanged()¶
 Notification signal of property penᅟ.- pressed(set)¶
- Parameters:
- set – - QCandlestickSet
 
 - released(set)¶
- Parameters:
- set – - QCandlestickSet
 
 - remove(set)¶
- Parameters:
- set – - QCandlestickSet
- 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ᅟ.Setter of property brushᅟ.- setCapsVisible(capsVisible)¶
- Parameters:
- capsVisible – bool 
 
 Setter of property capsVisibleᅟ.- setCapsWidth(capsWidth)¶
- Parameters:
- capsWidth – float 
 
 Setter of property capsWidthᅟ.Setter of property decreasingColorᅟ.Setter of property increasingColorᅟ.- setMaximumColumnWidth(maximumColumnWidth)¶
- Parameters:
- maximumColumnWidth – float 
 
 Setter of property maximumColumnWidthᅟ.- setMinimumColumnWidth(minimumColumnWidth)¶
- Parameters:
- minimumColumnWidth – float 
 
 Setter of property minimumColumnWidthᅟ.Setter of property penᅟ.- sets()¶
- Return type:
- .list of QCandlestickSet 
 
 - take(set)¶
- Parameters:
- set – - QCandlestickSet
- Return type:
- bool