Help example SeriesHotspot
Posted: 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);
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);