How to color area under LineSeries plot above threshole?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
keith
Newbie
Newbie
Posts: 7
Joined: Thu Sep 05, 2002 4:00 am

How to color area under LineSeries plot above threshole?

Post by keith » Thu Aug 26, 2004 8:33 pm

I have a number of FastLine series. I wish to color the area below one series, and above another. One series is variable (x,y) points, the other is only a pair of points, being the left end, and right end of a threshold line.

How to color the area below first series, and above other series?


***
* X *
--------------------

X is the area to be colored, below *s and above ------

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri Aug 27, 2004 5:29 pm

Hi.

The easiest solution is to use the THighLowSeries with solid brush, high values equal to first series values and low values equal to second series values.
Marjan Slatinek,
http://www.steema.com

Post Reply