Home All Groups Group Topic Archive Search About
Author
1 Feb 2006 3:28 AM
rgx71
Hi!!, Somebody know if is posible with this class make differents
charts and control the click event over a part of a graphic?

Author
1 Feb 2006 11:52 AM
Herfried K. Wagner [MVP]
<rg***@yahoo.com> schrieb:
> Somebody know if is posible with this class make differents
> charts and control the click event over a part of a graphic?

Mhm...  You'll have to draw them yourself, for example by overriding a
custom control's 'OnPaint' method and using 'e.Graphics.*' there to draw the
charts.  To handle mouse events simply handle the control's 'Click' event
and determine the cursor's position there ('Cursor.Position').

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>