Type alias IndicatorDataPointEventHandler
IndicatorDataPointEventHandler: (
point,nativeEvent) =>void
Click handler for when an indicator chart is clicked.
Parameters
| Parameter | Type |
|---|---|
point | IndicatorDataPoint |
nativeEvent | MouseEvent |
Returns
void
IndicatorDataPointEventHandler: (
point,nativeEvent) =>void
Click handler for when an indicator chart is clicked.
| Parameter | Type |
|---|---|
point | IndicatorDataPoint |
nativeEvent | MouseEvent |
void