我在我的項目中使用.NET框架中的Chart控件。我已將圖表控件添加到表單並進行了如下配置。 // Add a new series.
chart1.Series.Add("1");
var series = chart1.Series[0];
series.ChartType = SeriesChartType.Spline;
// Hide the legend.
series.Is
如何從數據庫中獲取這個數據「{29.9,71.5,106.4}」? DotNet.Highcharts.Highcharts chart = new DotNet.Highcharts.Highcharts("chart")
.InitChart(new Chart { Type = ChartTypes.Bar })
.SetTitle(new Title { Text = "Wind sp