Re: [perl-win32-gui-users] need help with Graphic

2003-12-22 Thread Jonathan Southwick
What I do is plot (x,y) the data points that I am graphing and connecting the points so that I have a line graph. Since I am plotting two series of data I have two different colored graphs. Jonathan At 12/22/2003 06:34 PM, you wrote: At 17:37 2003-12-22, Jonathan Southwick wrote: I have a

Re: [perl-win32-gui-users] need help with Graphic

2003-12-22 Thread Johan Lindstrom
At 17:37 2003-12-22, Jonathan Southwick wrote: I have a Graphic object that I am plotting data on. While the cursor is on this object I have a How do you do this? Do you paint the entire area in the Graphic control's _Paint event? /J -- --- -- -- -- -- - -

[perl-win32-gui-users] need help with Graphic

2003-12-22 Thread Jonathan Southwick
I have a Graphic object that I am plotting data on. While the cursor is on this object I have a cross-hairs cursor. What I would like to do is extend lines from the cursor position to the edges of the graph (the perimeter) but not have them overwrite what is plotted there and as I move the cur