Hello,
in my Linear Gauge not showing the decimal point.
My code:
<SfLinearGauge Orientation="Syncfusion.Blazor.LinearGauge.Orientation.Horizontal" Height="@Height" Width="@Width" Background="transparent" Format="n2">
<LinearGaugeAnnotations>
<LinearGaugeAnnotation ZIndex="1"
HorizontalAlignment="Syncfusion.Blazor.LinearGauge.Placement.Center"
VerticalAlignment="Syncfusion.Blazor.LinearGauge.Placement.None">
<ContentTemplate>
<div class="custom-annotation">WHR @OutRisultatiWhr</div>
</ContentTemplate>
</LinearGaugeAnnotation>
</LinearGaugeAnnotations>
<LinearGaugeTitleStyle FontWeight="499" FontFamily="inherit" />
<LinearGaugeAxes>
<LinearGaugeAxis Minimum="0" Maximum="3" OpposedPosition="true">
<LinearGaugeLine Width="0" />
<LinearGaugeMajorTicks Interval="0.5" Height="7" Width="1" />
<LinearGaugeMinorTicks Interval="0.1" Height="3" />
<LinearGaugeAxisLabelStyle UseRangeColor="true">
<LinearGaugeAxisLabelFont FontFamily="inherit"></LinearGaugeAxisLabelFont>
</LinearGaugeAxisLabelStyle>
Thank
Attachment:
Capture_e22c09.zip