Page 1 of 1

.NET iOS Panel.Gradient not working

Posted: Wed Apr 02, 2014 1:57 pm
by 17268778
Hi

In an earlier version, I switched off the Walls.Back.Visible = false;, as we do not want the bevil etc. I then switched on the Panel.Gradient=true, which looked great. In the current version, TeeChartNETMonoTouch_v4_14_01_08, the Panel.Gradient does not show at all

Regards

Amanda

Re: .NET iOS Panel.Gradient not working

Posted: Thu Apr 03, 2014 6:55 am
by 17268778
Hi

For version TeeChartNETMonoTouch_v4_14_01_08, Panel gradient is not working

chart.Walls.Back.Visible = false;
chart.Panel.Gradient.Visible = true;
chart.Panel.Gradient.StartColor = UIColor.LightGray.CGColor;
chart.Panel.Gradient.EndColor = UIColor.Black.CGColor;

the Panel color defaults to white.

Re: .NET iOS Panel.Gradient not working

Posted: Thu Apr 03, 2014 8:25 am
by Pep
Hello Amanda,

yes, you're correct, I'm trying to investigate what the problem is. I'll back to you with results, and also will try to post a new maintenance release on our web site which fixes that problem.