Removing (collapsing) DataPoints in a LineSeries?

后端 未结 4 2215
心在旅途
心在旅途 2020-12-11 20:20

I\'d like to remove the datapoint markers from a LineSeries in my Silverlight chart. The only way i found on the web is to set the VisibilityProperty to Collapse.

/

4条回答
  •  再見小時候
    2020-12-11 20:37

    I used Jim's solution (thank you very much by the way, HUGE help there) and applied it to the default chart template.

    In the palette area you have the resource dictionary for each line in the series.

    Here is how I was able to get rid of it using Jim's control template, and I can put it in each ResourceDictonary so I don't have to do it line by line

    
    
    
    
    
    
    
    

    This worked for me at least, and it will save me a lot of time (and has already saved a lot of my hair before I pulled it out)

提交回复
热议问题