Im trying to work out
this
problem using javascript.
I currently have:
series.TooltipsAppearance.ClientTemplate =
"#=getToolTip(dataItem)#"
;
function
getToolTip(dataItem) {
try
{
return
dataItem.Summary;
}
catch
(e)
{ }
};
Currently Im only passing
in
the dataItem. Is there a list of objects I can base into
this
i.e the dataSource, chart etc.
I can't seem to find
this
list on the online help