How seriesband with multiple axes

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Andy
Newbie
Newbie
Posts: 32
Joined: Wed Apr 18, 2007 12:00 am
Location: Germany Oldenburg
Contact:

How seriesband with multiple axes

Post by Andy » Thu Mar 13, 2008 8:52 am

Hello !
I want a plot of datapoints (x, y1, y2)
This meas a want a colored area between two line series
(x, y1) and (x, y2)

I found that the band tool makes this.
This works fine for a standard chart.

The problem is that I have multiple y axes stacked,
so I clip every series in its y area with the
BeforeDrawValues event.

1. Problem
When I connect a BandTool the the both series
the BeforeDrawValues even fires not.

2. How can I clip a BandTool in secific y-range.

Has anybody an other idear to made such a plot?


Best regards
Andreas

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 13, 2008 10:28 am

Hi Andreas,

Why don't you try using a HighLow series instead? High-Low series draws (and optionally fills) two lines with High and Low values for each point.

Hope this helps!
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

Andy
Newbie
Newbie
Posts: 32
Joined: Wed Apr 18, 2007 12:00 am
Location: Germany Oldenburg
Contact:

Post by Andy » Thu Mar 13, 2008 10:58 am

Thank you for the quick answer !

That is exact what I want.

Post Reply