Area Chart with Gradients

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
mSchenkel
Newbie
Newbie
Posts: 8
Joined: Fri Feb 08, 2008 12:00 am

Area Chart with Gradients

Post by mSchenkel » Thu Jun 10, 2010 4:56 am

I have an area chart and am trying to apply a gradient. I am noticing the gradients are drawn for each bar independent of one another. This does not result in a very smooth transition between bars (note especially the first bar). Is there a way to apply the gradient so that it is consistent across all bars?
Gradient_Area.JPG
Gradient_Area.JPG (20.72 KiB) Viewed 2663 times

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

Re: Area Chart with Gradients

Post by Narcís » Thu Jun 10, 2010 2:15 pm

Hi mSchenkel,

I'm afraid this is not possible for now. TBarSeries already has GradientRelative property. I have added your request to the wish-list (TV52014958) to be considered for inclusion in future releases. In the meantime you could use a TBarSeries setting BarWidthPercent to 100 and GradientRelative to 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

Post Reply