Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Marker values
posted

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

Parents
No Data
Reply
  • 26458
    Verified Answer
    Offline posted

    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.

Children
No Data