Shape { id:shapeChart anchors.fill: parent ShapePath { id:myPath strokeWidth: 3 strokeColor: "darkgray" PathPolyline { path: flowDiagram.resultLines } } }