代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
using NPOI.SS.Formula.Functions;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Web.UI.DataVisualization.Charting;
|
||||
|
||||
namespace Web.Controls
|
||||
@@ -457,7 +451,7 @@ namespace Web.Controls
|
||||
chart1.Series["BCWS百分比"].Points.DataBindXY(dv, "月份", dv, "BCWS百分比");
|
||||
chart1.Series["BCWS百分比"].Color = Color.MediumSeaGreen;
|
||||
chart1.Series["BCWS百分比"].BorderWidth = 2;
|
||||
chart1.Series["BCWS百分比"].ChartType =SeriesChartType.Spline;
|
||||
chart1.Series["BCWS百分比"].ChartType = SeriesChartType.Spline;
|
||||
|
||||
for (int i = 0; i < chart1.Series["BCWS百分比"].Points.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user