I have three known positions, and currently I am driving two lines like so:
Line line = new Line { StrokeThickness = 3, Stroke = lineColor, X1 = MyX,
You want to use a PathFigure, specifically with a set of BezierSegments.