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