Posted
on Feb 3, 2012
(permalink)
I am using a Chart with Ajax, is working fine. I can attach the values to the x and y axis. But if there is a way to access the databound collection of the chart. Need to get a date that comes with the data. I can make another separate call to get it, but if its available to the chart, is there a way to get it. I want to put in the title something like:
I return a collection of
xValue
yValue
dateId
First two are bound to the x and y axis, but how i can get the dateId which is there but have not seen a way to bind it to the Chart title.
Sales for: 2/3/2012 <= date. But i do not know the date until the data is retrieved for the chart. Data is for last available date with data.
Thanks