Hi Shameer,
Thank you for using Syncfusion products.
We have analysed your requirement and this can be achieved
with the help of the CustomTemplate property.
Code Snippet [XAML]:
<chart:LineSeries.CustomTemplate>
<DataTemplate>
<Line X1="{Binding X1}" X2="{Binding X2}" Y1="{Binding Y1}" Y2="{Binding Y2}" Stroke="{Binding Interior}" StrokeThickness="{Binding StrokeThickness}" StrokeDashArray="2,3"
/>
</DataTemplate>
</chart:LineSeries.CustomTemplate>
Please let us know if you require further assistance on
this.
Thanks,
Karthikeyan V.