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
TBarSeries Gradient negative value problem
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 1
- Joined: Mon Apr 10, 2006 12:00 am
Need this ASAP, guys. Setting Series1.Gradient.Relative to true does not give me needed functionality... Thanks.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;
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Marky Waters,
Ok, I've increased this item's priority on our wish-list.
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 |
Instructions - How to post in this forum |