Page 1 of 1

Color each option

Posted: Fri Apr 16, 2010 10:29 pm
by 16053085
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.

Re: Color each option

Posted: Tue Apr 20, 2010 9:58 am
by 10050769
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,

Re: Color each option

Posted: Mon May 24, 2010 10:11 am
by 10050769
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,