Hello,
I have a few queries regarding the Silverlight XamNetworkNode Control where I couldn't find online information:
1) Is there a way to add a labels to a Connection (or use a template) , or show a tooltip when a connection has mouse over?
2) Is it possible to vary the NodeDistance per node? I would like some groups of nodes clustered together closely, and the links between these clusters to be wider. At the minute my clusters are crashing into each other, and its difficult to visually separate them.
3) Is it possible to group nodes together, and therefore allow moving all nodes when any are moved as a group?
Thanks,
Jon
Hello Matt,
Thanks for the example, I now have this working, and also thanks for opening the New Feature Requests.
HI,
I created feature requests for your other two issues
1) varying distance between nodes
2) grouping nodes together.
I will create a private case for these new feature requests.
Sincerely, Mat
Developer Support Engineer
Here is the sample.
It makes use of the XamNetworkNode's DefineConnectionCallbback Property, to set the Tooltip of the connections.
http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/?page=InfragisticsWPF4.Controls.Maps.XamNetworkNode.v13.1~Infragistics.Controls.Maps.XamNetworkNode_members.html
Sincerely,
Matt
I am attaching a sample application that will allow you to set a tooltip on the connection between nodes using a property form class bound to each node.
Please review my sample
matt
I have asked the developers to look into this issue.