Skip to content

CandlestickChartEvent

Inherits: Event['CandlestickChart']

Event raised for interactions with a CandlestickChart.

Properties

  • spot_index(int | None) –

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

  • type(ChartEventType) –

    Type of pointer gesture that triggered the event.

Properties#

spot_index #

spot_index: int | None = None

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

type #

Type of pointer gesture that triggered the event.