.NET iOS Panel.Gradient not working

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
MiX
Newbie
Newbie
Posts: 2
Joined: Mon Mar 17, 2014 12:00 am

.NET iOS Panel.Gradient not working

Post by MiX » Wed Apr 02, 2014 1:57 pm

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

MiX
Newbie
Newbie
Posts: 2
Joined: Mon Mar 17, 2014 12:00 am

Re: .NET iOS Panel.Gradient not working

Post by MiX » Thu Apr 03, 2014 6:55 am

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.

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

Re: .NET iOS Panel.Gradient not working

Post by Pep » Thu Apr 03, 2014 8:25 am

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.

Post Reply