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
How seriesband with multiple axes
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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!
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 |
Instructions - How to post in this forum |