Page 1 of 1

How seriesband with multiple axes

Posted: Thu Mar 13, 2008 8:52 am
by 9244864
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

Posted: Thu Mar 13, 2008 10:28 am
by narcis
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!

Posted: Thu Mar 13, 2008 10:58 am
by 9244864
Thank you for the quick answer !

That is exact what I want.