HiI'm trying to set tooltip for XamChart Caption.Looks like ToolTip property doesn't workI do not see tooltip.I tried the following code.
<igCA:XamChart.Caption> <igCA:Caption Text="Caption 1" ToolTip="Caption 1"/> </igCA:XamChart.Caption>
Looks like this property doesn't work.Anybody knows why?How can I set Tooltip for Caption ?I tried to change Caption template. But looks like this property is not public.
Any ideas ?
Thanks,
Igor
Hi, Petar.
The issue was not solved. I performed work-around. I've set big Margin for the Caption.Such a way Caption is not cut and Tooltip is unnessesary.
Regards,
Hi Igor,
I am just checking if you got this solved out, and if you require any further assistance on the matter.
Kind regards Petar.
Hello Igor,
I have been looking into your issue and you don’t seem to be allowed to do that at this point, since the Caption isn’t an actual visual element inside the xamChart but is rather generated internally from our class which doesn’t have a ToolTip. The property you are seeing is a leftover form an inherited class.
What you can do is create a simple TextBlock and position on the Caption place which will provide a ToolTip for you.
Hope this makes things clearer. Please let me know if you require any further assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support