Hello,
I recently upgraded from v3 to v5, and I cannot figure out what to replace ToolTipLabelTemplate types with now that it’s missing. I saw in a different question like this that you directed them to look at ToolTipModifier documentation, and I have looked there, but I can’t find anything helpful for this problem. Could you please direct me to an example or explain what to change for a ToolTipLabelTemplate to make it work in v5.
Thanks,
Rachel
- MCCM COOP.1 asked 5 years ago
- You must login to post comments
Hi Rachel,
Thanks for your question.
Could you please send us a code sample that doesn’t work or a small sample project and a picture showing how this Tooltip should look like? We will gladly help you!
Thanks in advance.
- Oleksandr Shvets answered 5 years ago
- You must login to post comments
Got it working by using IRenderableSeriesViewModel instead of IRenderableSeries, using SeriesBinding, and then following the instructions here https://www.scichart.com/documentation/v5.x/webframe.html#Worked%20Example%20-%20Bind%20Tooltip%20Templates%20or%20Attached%20Properties%20in%20MVVM.html.
- MCCM COOP.1 answered 5 years ago
- You must login to post comments
Hi Rachel,
Thanks for your reply. I’m glad your issue is solved!
If you have any further questions please feel free to ask.
- Oleksandr Shvets answered 5 years ago
- You must login to post comments