I have used Jim McCurdy's very helpful answer to this StackOverflow question to avoid drawing data points in a WPF Toolkit chart with multiple line series.
However: if I do not apply Jim's XAML styles, all chart lines obtain different colors (of course at the expense of data points being displayed), but when I apply the "datapoint-less" styles the line color is constant, resulting in all lines in the chart having the same color.
Is it possible to extend the XAML styles so that the line colors is automatically different for each new line series in the chart?
If I interpret the answer to this StackOverflow question correctly, the problem is fairly easily solved programmatically, but if possible I would prefer an XAML based solution.