我想删除我在图片中显示的行因为这是一个非常荒谬的观点(不仅标记为两个)
我正在尝试此代码,但它没有做任何事情
chart1.ChartAreas.First().AxisX.LineColor = Color.FromArgb(50, Color.Black);
chart1.ChartAreas.First().AxisX.LineWidth = 0;
chart1.ChartAreas.First().AxisX.InterlacedColor = Color.White;
我正在更改Interval,它正常工作,但上面的代码不起作用
chart1.ChartAreas.First().AxisX.Interval = 1;
答案 0 :(得分:0)
How to delete grid lines from Chart in WindowsForm?
的答案chart1.ChartAreas[0].AxisX.MajorGrid.LineWidth = 0;