Color each option

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UserLS
Newbie
Newbie
Posts: 5
Joined: Thu Apr 30, 2009 12:00 am
Contact:

Color each option

Post by UserLS » Fri Apr 16, 2010 10:29 pm

If I use Color Each option for my series, I have following problems:
  • Line and Area series will start from second color in my color palette, while all other series will start with the first one.
  • I can setup my area graph so it will use gradient fill and color each area, but the top part can be either ColorEach with solid colors or single color and gradient.
  • I yet to find a way to set up Area with Relative (in your terms non-relative) gradient fill and ColorEach option together.

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

Re: Color each option

Post by Sandra » Tue Apr 20, 2010 9:58 am

Hello UserLs,
Line and Area series will start from second color in my color palette, while all other series will start with the first one.
It is not a problem. It happens because, to draw a line or area segment, you need two points and, to draw a segment i is used the second color point. To see it, please put line.pointer=true;
I can setup my area graph so it will use gradient fill and color each area, but the top part can be either ColorEach with solid colors or single color and gradient.
I yet to find a way to set up Area with Relative (in your terms non-relative) gradient fill and ColorEach option together.
I could reproduce your two problems, and I have added in list Bug report with number [TF02014818], We will try to fix in next versions of TeeChart.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

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

Re: Color each option

Post by Sandra » Mon May 24, 2010 10:11 am

Hello UserLs,

We think this (TF02014818) is expected behaviour because if you want ColorEach to appear in line segments then you should set the gradient.visible to false.I think it is contracictory using Gradient and ColorEach at the same time.

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