Based on certain events, I re load my pie-chart with completely different set of data. Everything works fine with the reload except the Tooltip stays from before the re load. Is there a way to clear the tooltip when the chart is reloaded with new data? I looking for something like chart.ToolTips.Clear() . I tried chart.ResetToolTips() but this only resets the properties on the ToolTips to the default value but does not clear the tooltip.
I'm trying reproducing this issue with using pie chart with enabled tooltips and on ChartDataClicked event I'm changing the pie chart. It seems ok.
Can you provide a little more info, so we can investigate this asap? Which version of the WebChart are you using? Which browser? Also can you send us your code?