Unplanned
Last Updated: 09 Oct 2024 08:28 by Kevin

I would like to bind colors with DynamicResource syntax for the Gauge ranges, for example:

<telerik:GaugeRange Color="{DynamicResource PrimaryColor}"
                                   From="0"
                                   To="100" />

Unplanned
Last Updated: 19 Aug 2024 10:06 by ADMIN

For example I wanted to use the StartThickness property as Bindable property but I received the following error: No property, BindableProperty, or event found for "StartThickness", or mismatching type between value and property.

 

Unplanned
Last Updated: 21 Dec 2023 19:47 by Alex

With the .NET MAUI radial gauge, is it possible to add a fill inside the gauge so it appears solid? Something like this:

If this or something similar is possible, how would I go about achieving this in XAML? Thank you for the assistance.

Declined
Last Updated: 22 Aug 2023 13:59 by ADMIN
If we define the Axis (GaugeLinearAxis) Min and Max from -10 to 200, and the GaugeBarIndictor value is set to 60, the Fill starts at -10 and ends at 190.