Hello,
Is there a way to get the index of the series item hovered via client - not just the Yvalue or category value?
Was looking at the demo code...
function OnSeriesHover(args) { var message = $get("message"); message.innerHTML = "Hover item with value '" + args.value + "' from category '" + args.category + "'."; }