CandlestickChartEvent
Event raised for interactions with a CandlestickChart.
Inherits: Event
Properties
spot_index- Index of the candlestick that was interacted with;Noneif none.type- Type of pointer gesture that triggered the event.
Properties
spot_indexclass-attributeinstance-attribute
spot_index: Optional[int] = NoneIndex of the candlestick that was interacted with; None if none.