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
ZoomTool on Webchart while using Hotspot-Tool at the same ti
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello Michael,
Yes, this is possible. I just sent you an example where both features work together.
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 |
Instructions - How to post in this forum |
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
?
Best regards.
Michael
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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!
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 |
Instructions - How to post in this forum |
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |