Essential Diagram ASP.NET
How to bind object data to manual layout diagram
October 12, 2011 10:08 AM by Amsath Ali M[Syncfusion]
Paolina
How to bind object data to manual layout diagram
October 11, 2011 05:20 AM
There are only examples of tree hierarchical data binding , but when the diagram has manual layout I don't understand how to bind data .( for example how to bind offsetX and offsetY of a node for a manual layout ) .


Amsath Ali M
[Syncfusion]
How to bind object data to manual layout diagram
October 12, 2011 10:08 AM
Hi Paolina,

Thanks for your interest in Syncfusion products.

We suggest you to use the Node’s ‘PinPoint’ property to set the location of node. Please refer the below code snippet to achieve your requirement.

Here is the code:
[C#]
//Change the pinpoint of a node.
nodes.PinPoint = new PointF(250, 100);

Here is the sample:
ForumPinPoint-1229378272.zip

Please try the above sample and let us know if you have any queries.

Regards,
Amsath Ali. M


::adCenter::