SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hello!
I have data to display XyDataSeries, they have parameters: SeriesName and Tag. I want to bind the text of the tooltip to the Tag parameter, but for some reason an error pops up. Everything works correctly with the SeriesName.
I understand this is due to the data type, Tag-object, SeriesName-string. But how do I properly convert to the desired type, or is this not the problem?
When installing the vertical slice with the Tag parameter instead of SeriesName, errors occur:
The Tag property was not found for an object of the XySeriesInfo type.
Can’t find the control FrameworkElement or FrameworkContentElement for the target element.
Please login first to submit.