Page 1 of 1

How to color area under LineSeries plot above threshole?

Posted: Thu Aug 26, 2004 8:33 pm
by 5892666
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 ------

Posted: Fri Aug 27, 2004 5:29 pm
by Marjan
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.