Page 1 of 1
How to (flood)fill area between 2 graphs?
Posted: Sat May 07, 2005 6:21 pm
by 8437945
I want to "up-/downlift" a (Fast)LineSeries graph with a certain value and (flood)fill the area between the original- and new graph.
What's the simplest way to accomplish that?
Thanks in advance,
Wiebe
Posted: Mon May 09, 2005 8:21 am
by narcis
Hi Wiebe,
You can use a SeriesBand tool to achieve this behaviour. You'll find information on how to use TeeChart tools at the tutorials and features demo available at the TeeChart program group.
Posted: Mon May 09, 2005 3:42 pm
by 8437945
Thanks Narcis,
As I understand it, the TColorBand encloses a region between one TLineSeries and an Axis.
In my case the region concerns the zone between two TLineSeries.
Wiebe
Posted: Mon May 09, 2005 3:50 pm
by narcis
Hi Wiebe,
As I understand it, the TColorBand encloses a region between one TLineSeries and an Axis.
In my case the region concerns the zone between two TLineSeries.
Yes, a TColorBand does that but notice that I mentioned a
TSeriesBandTool which encloses the region between 2 series:
Hi Wiebe,
You can use a SeriesBand tool to achieve this behaviour. You'll find information on how to use TeeChart tools at the tutorials and features demo available at the TeeChart program group.
Posted: Tue May 10, 2005 7:06 pm
by 8437945
Hi Narcis,
I cannot find any reference to SeriesBand.
I'm using TeeChart V6.01 and BCB6
Wiebe
Posted: Wed May 11, 2005 7:19 am
by narcis
Hi Wiebe,
Ok, that's because SeriesBand was introduced in TeeChart Pro v7.
Posted: Wed May 11, 2005 7:59 am
by 8437945
Hi Narcis,
Thanks.
I'll upgrade to V7.
Wiebe
Posted: Wed May 11, 2005 12:51 pm
by 8437945
Hi,
I upgraded to V7.05, but now I'm really in trouble. TChart does not proper initialize anymore.
I opened a new issue on that.
Wiebe
Posted: Wed May 11, 2005 1:03 pm
by narcis
Hi Wiebe,
I'll be glad to help you overcoming your problems but I can't see your new thread by now.
Posted: Wed May 11, 2005 1:57 pm
by narcis
Hi Wiebe,
I can see your thread which has already been replied for Marjan.
Posted: Sun May 15, 2005 11:49 am
by 9236851
Thanks,
Problems with Version V7.05 are fixed.
TSeriesBandTool indeed provides the filling requirements.
Wiebe