Hi there.
I have this code to my chart, using C# WinForms:
chart1.Series[0].IsVisibleInLegend = false;
chart1.Series[0].ChartType = SeriesChartType.Line;
chart1.Series[0].Points.DataBindXY(Enumerable.Range(0, 5000).ToArray(), array1);
The result is below:
I'd like to set the X legend to...