Hi to All,
I can successfully display axes and points in a BubbleSeries.
I've also managed to create custom display custom tooltips for particular points in the series using <ig:BubbleSeries.ToolTip>
Now I would like to 'label' my points, something similar like the the tooltip, but _pinned_ to the point (not autohide, remained displayed)
How can I accomplish this user experience?
Thanks in advance
Hello Justin,
I have created a sample project with the functionality you want. Basically I created a template for the Markers and bound the width and height of the Container to a value from the ViewModel (same as RadiusPath). I put an Ellipse inside the template and bound its Fill Property, too (same as FillPath). I also bound the TextBlock's Visibility to a bool Property, so I could be able to hide/show it. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Hello Stefan,
Sorry for the delayed answer. I've reviewed the sample you suggested, but unfortunately I could not manage to solve it with my bubble series. I use the build in circle marker, and I am using also the RadiusPath and FillPath with brushes. Now I need to keep all these bindings, plus have a tooltip like caption attached to all points.
This tooltip like caption for all bubbles must be switchable on/off (globally for all bubbles, not individually). I also does not have idea how this can be solved based on the demo application. A short demo project really could help to demonstrate you concept.
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can suggest you see the sample in the Samples Browser under xamDataChart / Display / Marker Values section, where it is shown how to use DataTemplate in order to show the data point’s value in the marker. The sample uses column series, but you can use the same approach for the bubble series. Please let me know if this helps you or you have further questions on this matter.