有人知道如何使用dotnetcharting删除javascript图表的背景网格线吗?
(Chart.DefaultSeries.Type = SeriesType.Spline)
发布于 2012-08-01 15:58:04
不确定你是否能够解决这个问题,但这就是你可以做到的。
Chart.YAxis.ShowGrid = False Chart.XAxis.ShowGrid = False
或
Chart.DefaultAxis.ShowGrid = False
https://stackoverflow.com/questions/11030331
复制相似问题