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.
RPRamesh Praveen Syncfusion Team July 7, 2003 02:16 PM
Yves,
You have to use the BeginGroupAt method of the Bar or ParentBarItem.
Example:
// This will insert a group beginner before the barItem1 in bar1
this.bar1.BeginGroupAt(this.barItem1);
Regards,
Praveen