Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Xaml Chart - One solid series & one dash series
posted

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?

 

 

Parents Reply Children
No Data