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
390
XamChart ToolTip on mouse click instead of mouse over
posted

XamChart tooltip, can this be set to come over on a mouse click instead of a mouse over? If so, is there a code sample for this?

Parents
No Data
Reply
  • 26458
    Offline posted

    I think this will be problematic. The chart uses WPF's native ToolTipService to display tooltips, and normally you can handle ToolTipOpening event with a combination of Mouse events to control when the tooltips are shown, but I believe that clicking the mouse effectively cancels the tooltip, and WPF won't attempt to show the tooltip again until you leave the source UIElement and re-enter it.

Children
No Data