D
D
Dmitry Korolev2018-12-09 18:31:37
Windows Forms
Dmitry Korolev, 2018-12-09 18:31:37

How to set the string names of the coordinates of the graph along the x-axis?

so I set the type of values ​​of the x-axis to a line in the series settings for the chart,
but how to set the lines of divisions?
5c0d3549501c3285588737.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Korolev, 2018-12-10
@adressmoeistranici

chart1.Series[0].Points.AddXY("aaa", 1);
chart1.Series[0].Points.AddXY("bbb", 2);
chart1.Series[0].Points.AddXY("ccc", 3);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question