ZoomTool on Webchart while using Hotspot-Tool at the same ti

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Woehr.Mi
Newbie
Newbie
Posts: 38
Joined: Mon Jun 23, 2008 12:00 am

ZoomTool on Webchart while using Hotspot-Tool at the same ti

Post by Woehr.Mi » Mon Oct 27, 2008 1:42 pm

Hello,

I'm trying to use the ZoomTool of a "Webchart" (with 7 gantt-Series) while having the HotSpot-Tool enabled. The HotSpot-Tool's property "MapAction" is set to "Script" to show some more information in a Pie-Chart on the MouseOver-Event.
When I enabled the "zoomTool" to my "Webchart", the HotSpot-Tool is not working any more. Is there any posibility to get this working?

Thanks.

Best Regard
Michael

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 Oct 27, 2008 2:10 pm

Hello Michael,

Yes, this is possible. I just sent you an example where both features work together.
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

Woehr.Mi
Newbie
Newbie
Posts: 38
Joined: Mon Jun 23, 2008 12:00 am

Post by Woehr.Mi » Mon Oct 27, 2008 3:28 pm

Hello Narcís,

Thanks for the example-code. I've added this to my Website, but it's quite not working. When I enable the "ZoomTool", the HotSpot is not working. Where have I to place the call for

Code: Select all

seriesHotSpot1.GetHTMLMap += new Steema.TeeChart.Tools.SeriesHotspotEventHandler(seriesHotSpot1_GetHTMLMap);
?

Best regards.
Michael

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 Oct 27, 2008 4:07 pm

Hi Michael,

You need to reassign the event after loading the template chart. I sent you the updated version of the example.

Hope this helps!
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

Woehr.Mi
Newbie
Newbie
Posts: 38
Joined: Mon Jun 23, 2008 12:00 am

Post by Woehr.Mi » Tue Oct 28, 2008 7:56 am

Hello Narcís,

thanks for the code-example.
I've tried to get both features working together with the new code. When I set the SeriesHotspot-Property "MapAction" to Mark or URL it's working how it should.

With MapAction set to "Script" it's not working correctly.
I wrote a script which is similar to the "DrillDown"-example on your website. When the user does a "MouseOver" a Series, there is a small rectangle with some other series in a Chart shown. This works just fine until I enable the zoom Tool. With ZoomTool is enabled, the Chart with the additional Series does not appear on the Screen on a mouseOver-Event.

Thanks

Best Regards
Michael

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

Post by Narcís » Tue Oct 28, 2008 8:44 am

Hello Michael,

Thanks for the information. I've been able to reproduce the issue here and added it (TF02013491) to the defect list to be fixed for next releases.
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