CandlestickChartSpot
Represents a candlestick rendered on a CandlestickChart.
Inherits: BaseControl
Properties
close- The close value of the candlestick.high- The high value of the candlestick.low- The low value of the candlestick.open- The open value of the candlestick.selected- Whether to treat this candlestick as selected.show_tooltip- Whether the tooltip should be shown when this candlestick is highlighted.tooltip- Tooltip configuration for this candlestick.x- The position of the candlestick on the X axis.
Properties
selectedclass-attributeinstance-attribute
selected: bool = FalseWhether to treat this candlestick as selected.
show_tooltipclass-attributeinstance-attribute
show_tooltip: bool = TrueWhether the tooltip should be shown when this candlestick is highlighted.
tooltipclass-attributeinstance-attribute
tooltip: Union[CandlestickChartSpotTooltip, str] = field(default_factory=(lambda: CandlestickChartSpotTooltip()))Tooltip configuration for this candlestick.