You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In a Cartesian chart where data is being continually added to the series in WPF, the tooltip closes each time the series updates. This is new to beta 700.
To Reproduce
Steps to reproduce the behavior:
Create a chart where data is added to the series frequently (In my use I add data at about 10Hz)
Hover the mouse over the series to produce the tooltip.
The tooltip will close or blink/flash repeatedly (due to small mouse movement) making it unreadable.
This happens when using a custom tooltip according to the guides or using the default tooltip.
Expected behavior
In previous versions the tooltip would remain open as the series was updated. The tooltip should only close if the mouse moves or the data point under the mouse changes, not when new data is added to the series.
Desktop (please complete the following information):
OS: Windows 11
Beta 700
WPF
The text was updated successfully, but these errors were encountered:
Describe the bug
In a Cartesian chart where data is being continually added to the series in WPF, the tooltip closes each time the series updates. This is new to beta 700.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In previous versions the tooltip would remain open as the series was updated. The tooltip should only close if the mouse moves or the data point under the mouse changes, not when new data is added to the series.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: