Unplanned
Last Updated: 21 Mar 2023 12:55 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 2
Category: Gauges
Type: Bug Report
1
Using a DynamicResource to set the GaugeRange Color property does not work:

<!-- does not work -->
<gauges:GaugeRange Color="{DynamicResource GrayBackgroundColor}" ... />

Using a StaticResource works as expected:

<!-- works -->
<gauges:GaugeRange Color="{StaticResource GrayBackgroundColor}" ... />

Side-Note:
Using DynamicResource for Indicator Fill works as expected.
Unplanned
Last Updated: 23 Apr 2021 18:45 by ADMIN
Created by: Hien
Comments: 0
Category: Gauges
Type: Feature Request
0
Provide numeric (digital) Gauge control similar as in our WPF suite: Gauge: Numerical Scale
Completed
Last Updated: 22 Oct 2020 15:31 by ADMIN
Release R3 2020 SP1
  • Change Display Zoom from Standard to Zoomed
    last axis label text is cut off. The issue occurs on a real device it cannot be reproduced on simulator. It happens on iPhone 7 iOS 13.1, iPhone 6 iOS 12.4.1, iPhone 6s iOS 13.6.1
    The issue cannot be reproduced on iPhone SE 2020 with iOS versions 13.4.1, 13.6.1
Unplanned
Last Updated: 06 May 2020 07:09 by ADMIN
Show a tooltip with the indicator value when users tap on indicators (needle, shape).
Completed
Last Updated: 15 Jan 2020 12:12 by ADMIN
Release R1 2020
Created by: Ofer
Comments: 0
Category: Gauges
Type: Bug Report
1
The indicators are not drawn at the right position when a Padding is set to the gauge.
Unplanned
Last Updated: 25 Nov 2019 09:32 by ADMIN
Created by: Ofer
Comments: 0
Category: Gauges
Type: Feature Request
2
Add ability to use a custom DataTemplate for indicators so it is possible to display indicators with several colors and indicators with custom images in them.
Unplanned
Last Updated: 21 Nov 2019 11:03 by ADMIN
Created by: Ofer
Comments: 0
Category: Gauges
Type: Feature Request
2

Improvements need to be made and new API introduced in order to solve some indicator rendering issues and allow more scenarios to be achieved. At the moment indicators may get clipped when near the edges of the axis.

Different layout modes may be implemented so that the gauge ensures its elements will not get clipped. Also API for desired axis-indentation and manually setting axis-indentation will allow for a number of scenarios, for example aligning gauges in a column, and allowing to precisely determine the absolute position of a value on the axis, which allows easy interactivity.

Completed
Last Updated: 02 Aug 2019 14:18 by ADMIN
Release R2 2019 SP2
When I try to set the MinorTicksFill color of the TKGaugeLinearScale Ticks, I get an exception at runtime.
Declined
Last Updated: 03 Apr 2018 12:12 by ADMIN
Offset property of the GaugeTextIndicator adds gaps below and above the gauge when the control is placed inside a container with auto height.

As a workaround set the HeightRequest property of the Gauge.
Unplanned
Last Updated: 29 Mar 2018 11:53 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Gauges
Type: Feature Request
2

			
Unplanned
Last Updated: 22 Mar 2018 09:47 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 0
Category: Gauges
Type: Feature Request
0
Feature request to provide touch support for the Gauge control and the ability to find the element the user has tapped over such as: ranges, indicators, etc
Unplanned
Last Updated: 14 Nov 2017 09:47 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Gauges
Type: Feature Request
1
Currently, the values of the labels are the numeric values according to the Step set. You can set a LabelFormat but no further customization to the value can be applied. We can consider exposing a LabelFormatter(as in the Chart axis) where you can control the value of each different label.