I want to show current value indicator as it is showing in google finance chart.I was trying to do same kind of thing with Stock chart demo app.I am having multiple stocks added to Watchlist .Whenever i am putting muse over a datapoint(on a day) on top i want to show value for that particular day in stock name label(which is on top)
Please let me iknow how i can achieve that.
There is a SeriesMouseMouve event on the chart that will provide you with the data item that you are over. Does this help?
-Graham