Circular gauge DisplayTotalAngle Xamarin.ios

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Thomas
Newbie
Newbie
Posts: 7
Joined: Thu Mar 21, 2013 12:00 am

Circular gauge DisplayTotalAngle Xamarin.ios

Post by Thomas » Wed Oct 16, 2013 7:58 am

App is crashing when CircularGauge property DisplayTotalAngle is set to specific value.

TeeChartNETMonoTouch_v4_13_04_05

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: Circular gauge DisplayTotalAngle Xamarin.ios

Post by Pep » Fri Oct 18, 2013 8:51 am

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 ?

Thomas
Newbie
Newbie
Posts: 7
Joined: Thu Mar 21, 2013 12:00 am

Re: Circular gauge DisplayTotalAngle Xamarin.ios

Post by Thomas » Fri Oct 18, 2013 1:46 pm

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.
Attachments
Screen Shot 2013-10-18 at 2.29.21 PM.png
Screen Shot 2013-10-18 at 2.29.21 PM.png (35.14 KiB) Viewed 8014 times

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: Circular gauge DisplayTotalAngle Xamarin.ios

Post by Pep » Mon Oct 21, 2013 8:39 am

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 !

Post Reply