Draw between 2 series

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Draw between 2 series

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 ?

Image

Narcís
Site Admin
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

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 ! 8)

Post Reply