# Type alias DataPointEventHandler
DataPointEventHandler: (
point
,nativeEvent
) =>void
A handler function that allows you to customize what happens when certain events occur to a data point.
For an example of how the DataPointEventHandler
function can be used, see the
Compose SDK Charts Guide.
# Parameters
Parameter | Type |
---|---|
point | DataPoint |
nativeEvent | PointerEvent |
# Returns
void