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
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.
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.
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.
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.