ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Clickable - multiple bar chart xLabel and Legend
Posted by Gordon on Feb-10-2009 11:05
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

  Re: Clickable - multiple bar chart xLabel and Legend
Posted by Peter Kwan on Feb-10-2009 15:51
Hi Gordon,

The text that appears on the legend is the {dataSetName}. So you may try:

"title='{xLabel}:{dataSetName}'"

Hope this can help.

Regards
Peter Kwan