Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
Tooltip not getting cleared
posted

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.