NationalInstruments(二)深圳市裕量科技有限公司
深圳市裕量科技有限公司 http://www.szmgt.com.cn/
Graph折线曲线样式以及赋值
DataSource 数值赋值
Plots 线类型集合
ChartCollection<double, double>[] data = new ChartCollection<double, double>[3];Random rand = new Random();NationalInstruments.Controls.Primitives.PlotCollection plots = new NationalInstruments.Controls.Primitives.PlotCollection();Plot plot = new Plot();for (int index = 0; index < 3; index++){data[index] = new ChartCollection<double, double>(100);for (int i = 0; i < 100; i++){double er &