Hi John,
Thanks for contacting Syncfusion support.
We are unable to reproduce the reported problem as “circular gauge not shown in release mode” in our basic scenario. When you initialize the circular gauge with scale below appearance will be shown.
Code Snippet:
SFCircularGauge circularGauge = new SFCircularGauge();ObservableCollection<SFCircularScale> scales = new ObservableCollection<SFCircularScale>(); SFCircularScale scale = new SFCircularScale(); scale.StartValue = 0; scale.EndValue = 100; scales.Add(scale); circularGauge.Scales = scales;this.View.AddSubview(circularGauge); |
Since we are not aware of the exact scenario in which issue reproduced, we would like to know the following details to provide you the solution sooner,
- Your application codes
- Application properties and configuration details
- Whether you run your application with device or emulator.
Regards,
Sri Gayathri. G