views:

24

answers:

0

I want to show a tooltip on the axis label on a Xamchart. The problem is these axis labels are directly rendered to the Drawing context. So It is not possible to interact with them.

Also they are not controls(they are derived from FrameworkContentElement).So i cant even use control template.

There are no events attached to them like mouse enter or mouse leave.

How do i show a tooltip? any suggestion?