# Type alias DataPointEventHandler
DataPointEventHandler: (
event
) =>void
A handler function that allows you to customize what happens when certain events occur to a data point.
# Parameters
Parameter | Type |
---|---|
event | DataPointEvent |
# Returns
void