S
Sarge
Hi all,
have a curious problem when setting the formula on a series via code
(C#)
When setting the formula property like this
currentSeries.Formula="SERIES(\"TradeTranche1\",Node!$B$10:$B$70,(Node!$DC$10:$DC$70),1)"
the value that the formula now has is "SERIES("TradeTranche1",,{1},2)"
I'm OK about the plot order being different but the XRange is missing?! and
the YRange has been set to 1?!
A related detail is that the XRange is a series of values that go from 1 -
48 and then repeat again from 1 - 48 again i.e. non unique. This doesn't
seem to be an issue in other charting situations but may be relevant.
Thanks in advance
Mark
have a curious problem when setting the formula on a series via code
(C#)
When setting the formula property like this
currentSeries.Formula="SERIES(\"TradeTranche1\",Node!$B$10:$B$70,(Node!$DC$10:$DC$70),1)"
the value that the formula now has is "SERIES("TradeTranche1",,{1},2)"
I'm OK about the plot order being different but the XRange is missing?! and
the YRange has been set to 1?!
A related detail is that the XRange is a series of values that go from 1 -
48 and then repeat again from 1 - 48 again i.e. non unique. This doesn't
seem to be an issue in other charting situations but may be relevant.
Thanks in advance
Mark