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
535
Setting Tooltip for Event titles in XamTimeLine
posted

I m in need of setting Tooltip for every event title in XamTimeLine control.Pls have a look at the snapshot below

Thanks in advance.

Parents
No Data
Reply
  • 30945
    Offline posted
    Hello,
     
    Thank you for your post. I have been investigating how you can set the ToolTip for the EventTitles and I can suggest creating a style for the EventTitle and add a setter for the ToolTipService.ToolTip attached property. The data context of the EventTitle is its corresponding data object, so you can bind the ToopTip to the data that you need. Also if you wish to display ToolTip  for the EventPoints you can use the DataMapping property of the series in order to achieve this. I have created a sample application for you, which demonstrates both of the functionalities that I have described.
     
    Pease let me know if you need any further assistance on the matter.
     
    Sincerely,
    Krasimir
    Developer Support Engineer
    Infragistics
    XamTimelineTitleToolTip.zip
Children