c#使用System.Windows.Forms.DataVisualization.Charting.dll繪製圖表實例

首先下載System.Windows.Forms.DataVisualization.Charting.dll,然後引用到項目中 手動在代碼中創建chart類型並將其添加到某個控件中(control.controls.add(chart)),然後參數初始化添加樣式和數據就可以了。 以下是效果圖和代碼   using System; using System.Collections.Generic;
相關文章
相關標籤/搜索