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.
Can you provide an example of how to use the align method to align nodes in a diagram? I tried using "this.$refs.diagramObject.ej2Instances.align();" to add this functionality, but it doesn't seem to work.
SJSivaranjith Jeyabalan Syncfusion Team April 6, 2023 07:37 AM UTC
Hi,
We can align nodes and connectors using diagram.align() method. We have created
a sample in which we used select box to choose alignment option and aligned the
nodes on button click. Please find the sample and documentation link below.