Setting node location by position attributes

Hello,

While saving chart we are storing X,Y position elements into database. While rendering the chart back to screen, chart nodes are not displayed on given X,Y position. Need help.

Thanks

So you must have checked that the proper X,Y points are actually stored in the database, yes?
And you have a data Binding of Node.location or Node.position to that X,Y point data, yes?

If both of the above are true, have you set Diagram.layout to a subclass of Layout? If so, perhaps that layout is executing after the diagram has been loaded with the nodes at the desired X,Y locations. You might want to set Layout.isInitial to false and maybe Layout.isOngoing to false.