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_rchart
Class: TRChart
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 event is used in the following example programs (see http://www.lohninger.com/examples.html for downloading the code): interpol3d, objcur, printcht, processc, rchmouse, spline



Last Update: 2023-Dec-13