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.
PAPaul Anderson S Syncfusion Team May 22, 2015 12:00 PM UTC
Hi,
Thank you for using Syncfusion products.
We would like to inform that the gauge can be added in any layout and it can be positioned using ‘setGravity’ method available in layouts.By default the gauge will have the size of the available space. So it is needed to set the control size based on the CharacterHeight of the control. For further customizing the positions setX and setY methods can be used for modifying its X and Y positions. Please refer the below code snippet for positioning through layout.
[Code Snippet] SfDigitalGauge digitalGauge1 = new SfDigitalGauge(context); digitalGauge1.setCharacterHeight(25);