TBarSeries Gradient negative value problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

TBarSeries Gradient negative value problem

Post by Fang » Fri Apr 21, 2006 3:34 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 24, 2006 2:02 pm

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;
Best Regards,
Narcís Calvet / 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

Marky Waters
Newbie
Newbie
Posts: 1
Joined: Mon Apr 10, 2006 12:00 am

Post by Marky Waters » Wed Apr 26, 2006 12:04 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Apr 26, 2006 7:50 am

Hi Marky Waters,

Ok, I've increased this item's priority on our wish-list.
Best Regards,
Narcís Calvet / 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