Categories
Line drawing on Chart WinForms?
Hello. No one will tell you how to draw a line from a certain point on the diagram? That is, not from point 1, but from point 2 and from point 3.
Answer the question
In order to leave comments, you need to log in
Solution: int item; //Point index, in the series, from which it is necessary to start drawing the line (chart). for (int i = 0; i < item; i++) { //chart2.Series[nameOfSeries].Points[i].IsEmpty = true; // }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question