If there are multiple players on a chart is it possible to have a unified tooltip that displays the current Y value of each layer currently in contact with the vertical crosshair without having to have the cursor touching each layer individually?
Hello Graham,
Although this is a old post but after spending few hours, I found this post very helpful to me. I have two lines series on my chart with CategoryDateTimeXAxis and NumericYAxis. I need to show both series values in Tooltip with Crosshair.
I used your above code, and I can see tooltip but I am afraid, Item.Value is empty in Tooltip like this.
I used the exact give code in your post. Please help.
Mike,
There are situations where you should not share a CategoryDateTimeXAxis in the same way that you should not really share a CategoryXAxis unless the series have the same labels and number of items. If you have the same number of items with the same dates assigned then you should be able to share the CategoryDateTimeXAxis. Sharing the NumericXAxis or NumericYAxis should not be a problem in those other scenarios as their range will just expand to accomodate all the series that they are assigned to.
-Graham
Oh, I read that and then completely forgot about that issue. I am usging the new service release now so I removed that code. This works so far. Hopefully I won't run into any new issues.
If I am dynamically adding multiple series that all will have the same time period should I have them all use the same axes or should they all use independent x axes?
along with the multiplication your were curious about.
Thats applying the workaround I posted here: http://community.infragistics.com/forums/p/42507/242634.aspx#242634
Because I didn't know if you were running the RTM or the Service release (which I think has the fix for the CategoryDateTimeXAxis problem in question). You can rip out all the TimeTranslator stuff if you aren't having that problem.