Hi bbt,
Suppose your closeData array has 100 points, and you want to overlay a line starting at the 60th point. For your line data, please create an array with 100 elements like that of the closeData array. For the first 59 elements, plesae put NoValue in it. The line data can be copied to starting with the 60th element.
Note that the syntax of NoValue differs depending on your programming language. It can be called Chart.NoValue, Chart::NoValue, NoValue, $perlchartdir::NoValue, etc.. You may refer to the sample code "Missing Data Points" for the syntax of NoValue for your programming language edition of ChartDirector.
Hope this can help.
Regards
Peter Kwan |