Silverlight chart with behavior/bitmap image tooltip passthrough
Posted
by isitdanny
on Stack Overflow
See other posts from Stack Overflow
or by isitdanny
Published on 2010-04-27T22:49:59Z
Indexed on
2010/04/27
22:53 UTC
Read the original article
Hit count: 488
I have a chart showing bound data as tooltips and it works well. I have added a magnifier(set of behaviors class) that captures a bitmap image at two times scale that shows in a circular area over the hover spot. The tooltip does not display. I have tried a custom tooltip service but cannot bind it to the behaviors. I added the tooltip to the behavior class and got a tooltip and data but could not move it with the magnifier. It just sits in the middle and laughs.
I added a usercontrol "tooltip"-same issues, could not hook it to the magnifier behavior. I know I can probably build a popup, but really wanted to just pass through the bitmap layer with the tootip. Any ideas would be greatly appreciated. Danny
© Stack Overflow or respective owner