Hi,
I have a XamWebChart in my silverlight page, where I bind the data as Ienumerable collection from a wcf service.
In the same webchart I would be having multiple series attached to it. I know there were issues showing the datetime in the x-axis, rather it shows the number. That is fine for me if I can achieve the functionality with a custom tooltip.
Please find the attached picture, here I will have many measures like pressure,temperature, rain etc in the y-axis, but X-axis is always datetime ( ie, datapoint column from the picture)
What I need is whenevr the user hover the chart, it has to show the datetime, y axis value etc etc... ( showed in the attached pic)
It has to be generic, it has to work with multiple series in the same chart.
Thanks-Sajin
This should help you fashion tooltips with more complex data binding scenarios:
http://community.infragistics.com/forums/p/38424/221145.aspx#221145
Hope this helps!
-Graham