Help example SeriesHotspot

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mhisi
Newbie
Newbie
Posts: 4
Joined: Thu Feb 02, 2006 12:00 am

Help example SeriesHotspot

Post by mhisi » Mon Jul 03, 2006 2:20 pm

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);

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jul 03, 2006 3:04 pm

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply