Hello,
I would like my tooltip not to show the x an y coordinates on my ScatterSeries, but another string (ProjectName). ProjectName is a column in my datatable that I'm using as the source.
Can you please tell me what's wrong with the following code? It shows undefined when I hover over a plot item.
scatterSeries.TooltipsAppearance.ClientTemplate = "#=dataItem.projectname#";
Thank you