Hi Blanca,
Thanks for your interest in Syncfusion products.
We suggest you to set the ‘ClipModelBounds’ property of the
ExportDiagramAsImage method to ‘true’ to resolve the reported issue. Please
refer the below code snippet to achieve your requirement.
Here is the code:
[C#]
Image img =
diagram1.ExportDiagramAsImage(true);
img.Save(@"..//..//Diagram.png",
ImageFormat.Png);
Here is the sample:
http://www.syncfusion.com/downloads/Support/DirectTrac/General/F1079562076916080.zip
Please let us know if you have any queries.
Regards,
Amsath Ali. M