Polyline by Points

image_pdfimage_print


   
       

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      HorizontalAlignment="Stretch" VerticalAlignment="Stretch">

    <Polyline Stroke="Blue" Points="0,0 10,30 15,0 18,60 23,30 35,30 40,0 43,60 48,30 100,30" />

</Page>