Charts in WPF : Datavisualization.toolkit versus Live Charts | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

11th Mar 2022, 7:16 PM
sneeze
sneeze - avatar
3 Answers
+ 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/
12th Mar 2022, 12:12 AM
BroFar
BroFar - avatar
+ 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
12th Mar 2022, 7:25 AM
BroFar
BroFar - avatar
+ 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
12th Mar 2022, 7:00 AM
sneeze
sneeze - avatar