Page 1 of 1

how do I know the color of a pixel in a tchart ?

Posted: Tue Aug 19, 2008 9:30 am
by 8576839
Hi,
To write an automated test, I would like to be able to determine by the code the color of a pixel in the chart area. Is this possible to do this?
(My aim is to see if line has been well drawn by my program that uses a LineTo() function).

I have seen a function "Pixel()" in Graphics3D that enables to change the color of a pixel, but I do not see any property to get that color.

Thanks,
Verane.

Posted: Tue Aug 19, 2008 10:42 am
by yeray
Hi Verane,

As you tested, there is a function to set a color for a pixel but there isn't a function to retrieve that so I've added this request to the "wish list" to be implemented in future releases (TF02013329).

Thank you