Page 1 of 1

TBarSeries Gradient negative value problem

Posted: Fri Apr 21, 2006 3:34 pm
by 9234539
hi,
add a TBarSeries, and set style to be rectgradient, it's all fine until I have negative value, 'cause the fill is always from zero to positive or negative value, is there possible I can fill it from -5 to 5 with red to white ex, instead of both 0 to 5 and 0 to -5 with red to white.

if not possible, then I request this as a feature: different color indicates different value.

Thanks.

Fang

Posted: Mon Apr 24, 2006 2:02 pm
by narcis
Hi Fang,

This is not possible for now. I'll add it to our wish-list to be considered for inclusion in future releases. In the meantime you can use this:

Code: Select all

  Series1.Gradient.Relative:=true;

Posted: Wed Apr 26, 2006 12:04 am
by 9346004
narcis wrote:Hi Fang,

This is not possible for now. I'll add it to our wish-list to be considered for inclusion in future releases. In the meantime you can use this:

Code: Select all

  Series1.Gradient.Relative:=true;
Need this ASAP, guys. Setting Series1.Gradient.Relative to true does not give me needed functionality... Thanks.

Posted: Wed Apr 26, 2006 7:50 am
by narcis
Hi Marky Waters,

Ok, I've increased this item's priority on our wish-list.