Hi,
Is it possible to add a marker to show the value for each datapoint without showing the shape?
I've tried setting Marker.Type to MarkerType.None but this stops both the Marker shape and value from showing.
Thanks
You can use a custom marker by supplying a MarkerPointTemplate (marker's type has to be set to Custom) or in this scenario, you can cheat a little and set marker.MarkerSize to 0 and set marker.Fill and marker.Stroke to a transparent brush.