TGetPointEvent Type

Applies to

DMPlot

Declaration

TGetPointEvent = function (Sender: TObject; Point, Serie: integer; var X, Y: extended): Boolean of object;

Description

Invoked from TPlot.GetPoint and should return coordinates of the given point. For data series, X and Y initialized with appropriate values.

Return value passed to the TPlot.GetPoint.