How to update Node Data to the Node in Go chart

Hi Walter

How to update Node Data to the Node icon. After created new node i updated the title to the node data. But it is not sync to the Node. How to sync title and name to the Newly created node.

How are you updating the title of the node data? If there is a Binding on some TextBlock.text property to some property on your data object, are you calling Model.setDataProperty within a transaction?

Read more about modifying model data at GoJS Data Binding -- Northwoods Software