|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
System.DrawingHi!!, Somebody know if is posible with this class make differents
charts and control the click event over a part of a graphic? <rg***@yahoo.com> schrieb:
> Somebody know if is posible with this class make differents Mhm... You'll have to draw them yourself, for example by overriding a > charts and control the click event over a part of a graphic? 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/> |
|||||||||||||||||||||||