Page 1 of 1
Shading between series
Posted: Mon Nov 01, 2004 10:19 am
by 6919168
Does anyone know if it is possible to shade the area between 2 curves? I am using horizontal line series with ActiveX TeeChart Pro v 5.0.6.0.
Many thanks,
Ritchie
Posted: Tue Nov 02, 2004 12:13 pm
by Pep
Hi Ritchie,
there's no way to do this directly, but I think this could be done using the canvas techniques, looking through all the Series points, checking their values and depending on the values draw a line from one Series(0) point to the other Series(1) point (I've not test it).