A
A
Andrew2018-05-16 14:49:26
.NET
Andrew, 2018-05-16 14:49:26

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.
crTYbGCD_7k.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2018-05-19
@1ancher1

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 your question

Ask a Question

731 491 924 answers to any question