Gauge Pointer Value not working

I have a pointer gauge like so:

<SfCircularGauge>

    <CircularGaugeAxes>

        <CircularGaugeAxis>

            <CircularGaugePointers>

                <CircularGaugePointer Value="90">

                </CircularGaugePointer>

            </CircularGaugePointers>

        </CircularGaugeAxis>

    </CircularGaugeAxes>

</SfCircularGauge>

But when it renders the gauge remains in its default position:

I don't see any errors in the console (Blazor WASM, .NET 6, latest syncfusion gauge package. I can provide more code if needed, but I'm working from a generic boilterplate template.


This was my source: https://blazor.syncfusion.com/documentation/circular-gauge/pointers#needle-pointer


1 Reply

IR Indumathi Ravi Syncfusion Team January 18, 2022 07:05 PM UTC

Hi Riley, 
Thank you for contacting Syncfusion support. 
We are unable to reproduce the reported issue in the Blazor Circular Gauge component. We tested the scenario in the WASM application with .NET 6.0 framework, as well as in a boilerplate template. Please find the simple WASM application in which we tried to reproduce the reported scenario for your reference below. 
Please find the screenshot of the Circular Gauge component with a boilerplate template below for your reference. 
 
Please modify the above sample and include your Blazor boilerplate template and share the same to us to reproduce the reported scenario. It will be helpful for us to analyze and assist you further. 
Regards, 
Indumathi R. 


Loader.
Up arrow icon