TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
bertrod
- Advanced
- Posts: 151
- Joined: Wed Sep 07, 2005 4:00 am
Post
by bertrod » Tue Mar 21, 2006 8:52 am
Hello,
I'm asking for some tips about something i would like to do : i'm trying to draw a certain color between 2 series. It would look like something like the picture below (sorry for the bad quality).
The light grey color should be well filled between the 2 series (fastlineseries).
Is there a way to use the already existing TeeChart functions for this ?

-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Wed Mar 22, 2006 8:57 am
Hi bertrod,
The easiest way is using a TSeriesBandTool which already does what you request.
-
bertrod
- Advanced
- Posts: 151
- Joined: Wed Sep 07, 2005 4:00 am
Post
by bertrod » Wed Mar 22, 2006 9:45 am
Thanks, I didn't know this tool. It's exactly what i needed !
