Hi Alex,
Thank you for your patience.
We have fixed the reported issue “The label is not proper
when the minimum value of the axis is in negative range and maximum is set to
zero” in the Linear Gauge component and it is included in our weekly patch
release(v20.2.38). Please update the “Syncfusion.Blazor.LinearGauge”
package in your application to resolve the reported issue. Please find the
package link below.
https://www.nuget.org/packages/Syncfusion.Blazor.LinearGauge
Meanwhile, we can customize the label by using “Format”
property in the Linear Gauge component. Please find the code snippet for the
same below.
Code Snippet:
|
<SfLinearGauge Format="n1">
<LinearGaugeAxes>
<LinearGaugeAxis Maximum="-1">
<LinearGaugePointers>
<LinearGaugePointer PointerValue="0">
</LinearGaugePointer>
//..
//..
</LinearGaugePointers>
</LinearGaugeAxis>
</LinearGaugeAxes>
</SfLinearGauge>
|
We have created a sample to demonstrate the same and it can
be found from the below link.
https://www.syncfusion.com/downloads/support/directtrac/general/ze/DemoServerSample-217866844

Please let us know if you need any further assistance.
Regards,
Indumathi R.