SeriesHotSpot/ToolTip problem for large amount of data
Posted: Mon Jan 08, 2007 12:22 pm
I have been trying to build an application which should be able to display 4 multi-line charts on a single screen, where each chart being plotted has 10/15 lines seires and each line has around 4000/5000 points (XY values).
(so a total of around 40000/50000 points per chart)
It works fine as such and the charts get displayed properly.
Now I want to show just the title for each line as a tooltip when the mouse moves over the line.
But as soon as I add a SeriesHotSpot to show tooltip to each chart, the application starts behaving in an abberant manner. In most cases it simply hangs, whereas in other cases Tooltip does not come on all lines or in some cases other controls on the screen(like a dropdown etc) stop working etc.
(SeriesHotSpot is working fine for charts with fewer points).
Can anyone please help me acomplish this?
Can we show tooltip for a few selective points (say the last 20/30 points on the line) for each line, so that the application does not hang or something?
Thanks and Regards
Manreet Jassar
(so a total of around 40000/50000 points per chart)
It works fine as such and the charts get displayed properly.
Now I want to show just the title for each line as a tooltip when the mouse moves over the line.
But as soon as I add a SeriesHotSpot to show tooltip to each chart, the application starts behaving in an abberant manner. In most cases it simply hangs, whereas in other cases Tooltip does not come on all lines or in some cases other controls on the screen(like a dropdown etc) stop working etc.
(SeriesHotSpot is working fine for charts with fewer points).
Can anyone please help me acomplish this?
Can we show tooltip for a few selective points (say the last 20/30 points on the line) for each line, so that the application does not hang or something?
Thanks and Regards
Manreet Jassar