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.
Hello.I'm developing playoff chart and it works good for completed levels (I mean all level of finals/semifinals/quarterfinals and so on filled), but not for uncompleted. Does the diagram has automatically arrange layout for my purposes (see attachment) or I need to implement arrange nodes myself? Attachment: screenshots_343aae83.7z
KRKameshwaran R Syncfusion Team April 14, 2017 05:08 AM UTC
Hi Kucher,
We have achieved you requirement with our hierarchical layout. In our layout if any node doesn’t contain parent means, it will positioned on the first layer of the layout. For example the “Zeno Streich” node have positioned on the first layer of the diagram. Please find the below sample link.
But in your image the “Zeno Streich” node have been aligned on the second layer though the node doesn’t contained parent. To achieve this behavior you need to provide the layout data from reverse (right to left hierarchy) and also you need to change the layout orientation as “RightToLeft”.
Regards,
Kameshwaran R.
AKAndrey KucherApril 14, 2017 05:55 AM UTC
Thanks, this amazing works!
SGShyam G Syncfusion Team April 17, 2017 04:31 AM UTC
Hi Kucher,
Please let us know if you need further assistance on this.