I am working with Silverlight and WPF stock exchange application. I’m trying to create a graph like scattered line graph.
How can I draw this chart? Can it be done by Silverlight Toolkit graph? Or can any one suggest me any easy but nice looking charting library?
I have drawn the chart image in paint for your reference.

You can create the above chart easily using Visifire. I have attached the following XAML code for the same.
As you can see, I have used single series here with broken lines.
Below is the image for the above chart XAML.