Hello, I need to know if the WebDemo example that brings the developed component this in VB.NET, specifically I need to know as this line in c is translated #
example TriggerTestingMouseoverMarksContentChart.aspx
//Associate the Chart's Hotspot event with function
((Steema.TeeChart.Tools.SeriesHotspot)(WebChart1.Chart.Tools[0])).GetHTMLMap += new Steema.TeeChart.Tools.SeriesHotspotEventHandler(hotspot1_GetHTMLMap);
Help example SeriesHotspot
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi mhisi,
To translate C# code to VB.NET you can use one of the tools below. If the problem persists don't hesitate to contact us.
http://carlosag.net/Tools/CodeTranslator/Default.aspx
http://www.kamalpatel.net/ConvertCSharp2VB.aspx
To translate C# code to VB.NET you can use one of the tools below. If the problem persists don't hesitate to contact us.
http://carlosag.net/Tools/CodeTranslator/Default.aspx
http://www.kamalpatel.net/ConvertCSharp2VB.aspx
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |