.NET MAUI CircularGauge
Posted: Thu Jul 24, 2025 4:03 pm
I am creating an app with .NET MAUI for android and I am having trouble with the hands on circular gauges going to the correct position (or moving at all)
I have attached some photos,
1st photo, .NET 8.0 android emulator with Steema.Net.MAUI package version 6.2023 (default from pulled github). The labels are not rotated correctly and no hand exists.
2nd photo, same project but I added circularGauge.RotateLabels = false and the labels look ok but there is still no hand.
3rd photo, upgraded to latest Steema.NET.MAUI version and now there is a hand but it always points to 0 no matter what the value is (should be 35 in this example).
I have tried numerous was to get the hand to move to with no luck. Tried in my own app and in the test demo, the .Value property always changes and reads correctly but the Hand never moves. FWIW the numeric and linear gauges do display the correct value when changed.
Also, the .Center seems to be just the shadow of the center, if I change .Center.Chadow.Visible to false the center goes away completely.
Please let me know if this is a bug you can recreate or if there is a way to get this gauge working for Android, we are hoping to deploy this app if we can get the gauges working.
I have attached some photos,
1st photo, .NET 8.0 android emulator with Steema.Net.MAUI package version 6.2023 (default from pulled github). The labels are not rotated correctly and no hand exists.
2nd photo, same project but I added circularGauge.RotateLabels = false and the labels look ok but there is still no hand.
3rd photo, upgraded to latest Steema.NET.MAUI version and now there is a hand but it always points to 0 no matter what the value is (should be 35 in this example).
I have tried numerous was to get the hand to move to with no luck. Tried in my own app and in the test demo, the .Value property always changes and reads correctly but the Hand never moves. FWIW the numeric and linear gauges do display the correct value when changed.
Also, the .Center seems to be just the shadow of the center, if I change .Center.Chadow.Visible to false the center goes away completely.
Please let me know if this is a bug you can recreate or if there is a way to get this gauge working for Android, we are hoping to deploy this app if we can get the gauges working.