Hi - I was wondering if anyone has had to plot a discontinuous line. That is, for example, plot points 1,2,3 as a line, then no line between points 3,4, then a line again between points 4,5,6. I have tried various combinations of ShowPoints, and LinePen.Styles, but cannot find a way to do this. I could, of course, use multiple lineSeries, but my data sets I am plotting are *very* large, so this seems unworkable. Has anyone else found a need for this?