Page 1 of 1

Circular gauge DisplayTotalAngle Xamarin.ios

Posted: Wed Oct 16, 2013 7:58 am
by 17265503
App is crashing when CircularGauge property DisplayTotalAngle is set to specific value.

TeeChartNETMonoTouch_v4_13_04_05

Re: Circular gauge DisplayTotalAngle Xamarin.ios

Posted: Fri Oct 18, 2013 8:51 am
by Pep
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 ?

Re: Circular gauge DisplayTotalAngle Xamarin.ios

Posted: Fri Oct 18, 2013 1:46 pm
by 17265503
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.

Re: Circular gauge DisplayTotalAngle Xamarin.ios

Posted: Mon Oct 21, 2013 8:39 am
by Pep
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 !