OnPointClick event

Applies to

TPlot

Declaration

property OnPointClick: TPointClickEvent read write; published

Description

OnPointClick event fires when user clicks the point, if MouseMode is one of [pmPointClick, pmPointEdit, pmPointDelete].

Return false in the event handler to cancel default action for given serie or point.