function high/low with multiple series
Posted: Tue Mar 10, 2009 9:34 am
v 3.5.3225.32185 / VS 2008 / .NET 2.0
Hi,
First, I'm trying to have a series which draws a flat lineshowing the max value of a series. Easy: Use the high function. Data source = the series. Function period = 0. Works fine.
Now, I want the same (one) flat line to show the max value of all points in 2 series -> I add the 2nd series to the data source.
Unfortunately, it doesn't behave the same way: My High series receives a point for each XValue of the 2 other series. Such as if Period = 1.
How can I solve this?
TIA,
Serge.
Hi,
First, I'm trying to have a series which draws a flat lineshowing the max value of a series. Easy: Use the high function. Data source = the series. Function period = 0. Works fine.
Now, I want the same (one) flat line to show the max value of all points in 2 series -> I add the 2nd series to the data source.
Unfortunately, it doesn't behave the same way: My High series receives a point for each XValue of the 2 other series. Such as if Period = 1.
How can I solve this?
TIA,
Serge.