TSeriesClickPointerEvent

TSeriesClickPointerEvent

type TSeriesClickPointerEvent = procedure(Sender: TCustomSeries; ValueIndex, X, Y: Integer) of object;

Unit
Series

Description
The TSeriesClickPointerEvent type points to a method that notifies a TCustomSeries component that an event has occurred.
It is used by the
OnClickPointer Event.