+ 1
Charts in WPF : Datavisualization.toolkit versus Live Charts
Does anyone have experience with charts in wpf. I like to add an chart to my application. I have added the Datavisualization.toolkit lineseries graph, and it works fine. Now I like to add some extra axis or lines (a line to show the minimum value, a line to show the maximum value). With doing that I do find more information on live charts then on the datavisualisation toolkit. So which one is used more commonly
3 Réponses
+ 3
Hello sneeze have you looked at this by chance ?
I believe this is what you are referring to.
https://www.c-sharpcorner.com/UploadFile/mahesh/charting-in-wpf/
+ 2
sneeze wouldn't that be just Drawing a line ? and moving it either side to side or up and down ?
StripLines:
https://stackoverflow.com/questions/6524501/custom-x-y-grid-line-in-mschart-control
+ 1
Yes. I have followed that tutorial and I now have in my software a graph with one series.
I want to add some goal lines. Minimum line, maximum line etc.. but I am stuck in finding information how to do that.
Are there more advanced tutorials ?
https://www.sololearn.com/post/1571424/?ref=app