Skip to main content

CandlestickChartEvent

Event raised for interactions with a CandlestickChart.

Inherits: Event

Properties

  • spot_index - Index of the candlestick that was interacted with; None if none.
  • type - Type of pointer gesture that triggered the event.

Properties

spot_indexclass-attributeinstance-attribute

spot_index: Optional[int] = None

Index of the candlestick that was interacted with; None if none.

typeinstance-attribute

type: ChartEventType

Type of pointer gesture that triggered the event.