App is crashing when CircularGauge property DisplayTotalAngle is set to specific value.
TeeChartNETMonoTouch_v4_13_04_05
Circular gauge DisplayTotalAngle Xamarin.ios
Re: Circular gauge DisplayTotalAngle Xamarin.ios
Hello Thomas,
I'm not able to reproduce the problem here ? Could you please post the code you're using in order to get the problem here ?
Do you set the DisplayTotalAngle after the Series have been added to the Chart ?
I'm not able to reproduce the problem here ? Could you please post the code you're using in order to get the problem here ?
Do you set the DisplayTotalAngle after the Series have been added to the Chart ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Circular gauge DisplayTotalAngle Xamarin.ios
I found out that app crashes when DisplayTotalAngle is set and FaceBrush.Visible = false.
ex:
circularGauge.DisplayTotalAngle = 180;
circularGauge.TotalAngle = 180;
circularGauge.FaceBrush.Visible = false;
As workaround i set FaceBrush backround as white, and disable gradient and it works.
But chart looks pretty strange. How to remove 3d effect (show on screenshot)?. I need simple 2d gauge.
ex:
circularGauge.DisplayTotalAngle = 180;
circularGauge.TotalAngle = 180;
circularGauge.FaceBrush.Visible = false;
As workaround i set FaceBrush backround as white, and disable gradient and it works.
But chart looks pretty strange. How to remove 3d effect (show on screenshot)?. I need simple 2d gauge.
- Attachments
-
- Screen Shot 2013-10-18 at 2.29.21 PM.png (35.14 KiB) Viewed 8011 times
Re: Circular gauge DisplayTotalAngle Xamarin.ios
Hello Thomas,
yes, you're correct, I've been able to reproduce the problem here.
It has been already fixed for inclusion into the next maintenance release.
Thanks !
yes, you're correct, I've been able to reproduce the problem here.
It has been already fixed for inclusion into the next maintenance release.
Thanks !
Pep Jorge
http://support.steema.com
http://support.steema.com