Hi Andreas,
The reported issue can be resolved by assigning the position as zero to the Stream before Loading. We have provided code example to represent this. Please refer to the code example as below.
Code Example:
System.IO.MemoryStream str = new System.IO.MemoryStream();
str.Position = 0;
diagram.Load(str);
//Here,diagram is the instance of SfDiagram. |
We hope that , Charl also resolved the issue as we described above.
Regards,
Ranjitha A.