The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnMouseMoveInChart


Unit:SDL_boxplot
Class: TBoxPlot
Declaration: OnMouseMoveInChart: TMouseMoveInChartEvent;
{TMouseMoveInChartEvent = procedure (Sender: TObject; InChart: boolean; Shift: TShiftState; rMousePosX, rMousePosY: double) of object;}

The event OnMouseMoveInChart occurs when the mouse cursor is moved within the chart window area. See TMouseMoveInChartEvent for a detailed description of the event.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): box_plot


Last Update: 2023-Dec-13