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



CrossHairPosY


Unit:SDL_rchart
Class: TRChart
Declaration: property CrossHairPosY [chnum: integer]: double;

The array property CrossHairPosY defines the y-position of the crosshair chnum.The parameter chnum may take values between 1 and MaxCrossH (currently 4). Any invalid values of chnum will be ignored when setting the property, or will result in a returned zero value when reading the property.

Hint: If you want to set both the x- and the y-coordinate of the crosshair you should use the method CrossHairSetPos instead of CrossHairPosX and CrossHairPosY. This would be faster than using the individual properties.

Hint: A better replacement of the property CrossHairPosY is the properties CrossHair1..4.


Last Update: 2023-Dec-13