I've read around about customizing tooltips and most information points to using the IRenderLabel interface to create parseable FormatStrings.
I would like to override the tooltip altogether and use say.. a balloon tip with rich text formatting and all the good stuff that comes with it.
Is this possible?
You're very welcome. Is there anything further I can help you with?
Thanks Mike! This article is very informative! :)
Hello,
The charts are actually not using the Presentation Layer Framework to draw, so the only UIElement is the chart itself. Please take a look at the following article for some great examples about how to hook into the drawing events of charts: http://community.infragistics.com/blogs/sung_kim/archive/2008/09/05/chart-university-chart-101-and-some-201-301-401-stuff.aspx
Hey Mike,
This sounds great. A thought came to mind while trying to solve another unrelated problem. Would it be possible for the "DrawFilter" property to be added to ultra charts? I use it often to retrieve UIElements, which of course have ToolTipItems built into them.
Do you have any further questions regarding this issue?