The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ARAravind Ravi Syncfusion Team May 13, 2020 08:07 AM UTC
Hi Rakhi
We have create a sample to automatically arrange nodes and connectors in the diagram after set layout in diagram. After you set layout in diagram call diagram public API method doLayout(). Do Layout method in diagram is used to arrange the nodes and connectors in diagram. In this sample on initial render we have display nodes and connector without layout. On button click we have set layout for diagram. Please find the below code snippet for how to use doLayout method in the diagram