Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Linechart with marker
3 replies. Latest Post by chotobu on February 26, 2009.
(0)
chotobu
Member
1 points
2 Posts
02-25-2009 5:50 AM |
Hi,
I’m trying to build a Line chart with marker.I get one or more LineSeries with DateTime and Values and add it to the chart. In a separate List I get a Datetime and a String, now what I want to do is to add a simple line and the String above the chart, like I draw it in the Picture.
someone an idea how to add the marker like this?
thanks,André
David Anson
Participant
1718 points
212 Posts
02-25-2009 2:09 PM |
André
This isn't directly supported today, but please have a look at the following post for some ideas about how to do this yourself without too much difficulty: http://www.scottlogic.co.uk/blog/wpf/2009/02/adding-a-location-crosshair-to-silverlight-charts/
Hope this helps!
lee_sl
Contributor
2990 points
584 Posts
02-25-2009 4:55 PM |
you can find a sample here
http://leeontech.wordpress.com/2009/02/25/linechart-with-markers/
02-26-2009 4:46 PM |
thanks Lee, that's great!