how to use gradient in pocket.dll

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
New
Newbie
Newbie
Posts: 2
Joined: Thu Aug 02, 2012 12:00 am

how to use gradient in pocket.dll

Post by New » Tue Feb 05, 2013 6:58 am

Dear all,

I have a problem about how to use gradient in pocket .dll
I want to display the gradient color in linear gauge , but it doesn't work.
May you help me to solve this problem?
The following code is used

Code: Select all

linear1 = New LinearGauge(c_Chart.Chart)
linear1.Hand.Brush.Gradient.StartColor = Color.Green
linear1.Hand.Brush.Gradient.MiddleColor = Color.Yellow
linear1.Hand.Brush.Gradient.EndColor = Color.Red
linear1.Hand.Brush.Gradient.Visible = True
linear1.Hand.Brush.Gradient.UseMiddle = True
linear1.Hand.Visible = True
Thanks a lot !
Best regards,

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: how to use gradient in pocket.dll

Post by Sandra » Tue Feb 05, 2013 3:29 pm

Hello New,

This problem only occurs in TeeChart Pocket assembly. I have added your problem in bug list report with number [TC2601650].We will try to fix it to upcoming maintenance releases of TeeChartFor.Net.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply