Hi All,
I want to draw one solid series & one dash series in a line chart.
By default all lines are solid. I can also use the
<Grid.Resources>
<Style TargetType="Line">
<Setter Property="StrokeDashArray" Value="5"/>
</Style>
</Grid.Resources> but all lines are dashed.
Can I have one solid and one dash line in a chart?
It is something simple but there is no such property in the series class?
Is this still a limitation? Or any of the new versions support having a solid and a dashed line in the same xamchart?
Thanks.
Unfortunatelly, this style can be set only on a chart level. You can check out this thread for more details and one simple workaround.