copy a part of a diagram onto another diagram

Hello,
I want to know what it is possible to copy a part of diagram on another diagram, to see that this diagram contains the elements of Syncfusion (node ​​syncfusion, links syncfusion .....).

Thank you in advance for your answers.

1 Reply

RT Ramya Thirugnanam Syncfusion Team December 6, 2018 08:52 AM UTC

Hi AIT MOUHOUB, 
 
Diagram have support to copy/paste the nodes and connectors to another diagram. But, we are using serialization for copy and paste, and the below properties will not be serialized. So, these properties will be missing after paste into the diagram. 
 
1.      ShapeStyle of Node, Port and ConnectorGeometryStyle for Connector.(style properties in diagram) 
2.      ContentTemplate and Content. 
To resolve or overcome this, please use create properties and maintain the same set of styles and keys(content template) for both diagrams. 
 
Regards, 
Ramya T 


Loader.
Up arrow icon