Search found 1 match
- Sun Apr 23, 2006 10:10 am
- Forum: ActiveX
- Topic: interactivity with charts
- Replies: 1
- Views: 2887
interactivity with charts
Hello, I use TeeChart Pro ActiveX Control V7 in an vb.net 2005 application. My Chart consist of 3 series How can I get interactivity with charts like URL linking, zooming etc. clicking on any point on chart. I tried the OnMouseDown event like this: TheClicked=Chart1.Series(0).Clicked(e.x,e.y) y=char...