I'm using the Silverlight Toolkit's chart, and how can I remove the LineSeries dots? I want only the lines, no dots. I've tried collapsing it, but then they became yellow, the lines too:
<toolkit:LineSeries.DataPointStyle>
<Style TargetType="Control">
<Setter Property="Visibility" Value="Collapsed" />
</Style>
</toolkit:LineSeries.DataPointStyle>