Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何使用 dotnetcharting 删除 javascript 图表的背景网格线?
(Chart.DefaultSeries.Type = SeriesType.Spline)
不确定您是否能够解决它,但这就是您可以做到的。
Chart.YAxis.ShowGrid = False Chart.XAxis.ShowGrid = False
或者
Chart.DefaultAxis.ShowGrid = False