I have a realy sshort question.
How can you Change the y value from a DataPoint. i know how to manualy set the y value. i just go to Chart2 > Series > Series1 > Points and there they are DataPoints I added 19 points so i was wondering how i can make it so when i press a button then DataPoint 0 the Yvalue is Textbox1.text etc
i tought it would be something like
chart2.series("Dagloon").Point.DataPoint.Yvalue = textbox1.text
but that doesnt realy work.