Is there a way to get the Legend value for a webchart.
i.e WebChartViewer1.ImageMap = c.getHTMLImageMap("Broadcast.aspx", "", "title='{xLabel}:{Legend}'");
I have lots of bars in each month, and when clicked want to know the month (cLabel) and the category of the bar clicked (i.e the legend value of that bar)
Thanks for your help |