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....



OnCrossHairMove


Unit:SDL_boxplot
Class: TBoxPlot
Declaration: property OnCrossHairMove: TCrossHairMoveEvent;
{TCrossHairMoveEvent = procedure (Sender: TObject; WhichCrossHair: TCrossHair) of object;}

The TCrossHairMoveEvent is triggered by TBoxPlot whenever the user interactively moves any of the crosshairs (the property MouseAction has therefore be set to maDragCrossH). The parameter WhichCrossHair contains the crosshair which has been moved.



Last Update: 2023-Dec-13