Hello,
my diagram uses DataSource which is defined in DataSourceSettings.
The DataSource property refers to ObservableCollection.
My expectation was that if I change the ObservableCollection at runtime the digram updates accordingly.
However this is not the case.
Also I tried to call the method RefreshDataSource(), but this did not have any effect either.
Kindly let me know how I can dynamically update the diagram if using an ObservableCollection as its datasource.
Thank you
Daniel