|
@@ -64,7 +64,8 @@ namespace SCADA_DAQ.Customer.Views.Uct
|
|
|
ca.AxisX.IsStartedFromZero = true;
|
|
|
//ca.AxisX.lab
|
|
|
//ca.AxisX.Minimum = 0;
|
|
|
-
|
|
|
+ //3.11跟3.63
|
|
|
+ //1.55跟2.07
|
|
|
//////显示视图的数据点的数量
|
|
|
ca.AxisX.ScaleView.Size = CustomerEnv.DaqSettingValue.XaxisSize;
|
|
|
ca.AxisX.ScrollBar.IsPositionedInside = false;
|
|
@@ -73,7 +74,7 @@ namespace SCADA_DAQ.Customer.Views.Uct
|
|
|
//ca.AxisX.IntervalOffset = 1.00D;
|
|
|
ca.AxisX.Minimum = 0;
|
|
|
ca.AxisY.Interval = 1;
|
|
|
- ca.AxisY2.Interval = 5;
|
|
|
+ //ca.AxisY2.Interval = 5;
|
|
|
|
|
|
|
|
|
//ca.AxisX.LabelStyle.IsStaggered = true;
|
|
@@ -98,7 +99,8 @@ namespace SCADA_DAQ.Customer.Views.Uct
|
|
|
//ca.AxisX.LabelStyle.IsStaggered = true;
|
|
|
//ca.AxisX.LineColor = System.Drawing.Color.Blue;
|
|
|
//ca.AxisX.LineWidth = 2;
|
|
|
- //ca.AxisX.MajorGrid.LineColor = System.Drawing.Color.Blue;
|
|
|
+ ca.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
|
|
|
+ ca.AxisY2.MajorGrid.LineColor = System.Drawing.Color.LightGray;
|
|
|
//ca.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
|
|
//ca.AxisX.MajorTickMark.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
|
|
|
//ca.AxisX.Minimum = 1D;
|
|
@@ -119,7 +121,7 @@ namespace SCADA_DAQ.Customer.Views.Uct
|
|
|
ca.AxisY.Minimum = 0;
|
|
|
ca.AxisY.Maximum = 20;
|
|
|
ca.AxisY2.Minimum = 0;
|
|
|
- ca.AxisY2.Maximum = 100;
|
|
|
+ //ca.AxisY2.Maximum = 100;
|
|
|
|
|
|
ca.AxisY2.TitleAlignment = System.Drawing.StringAlignment.Near;
|
|
|
ca.AxisY.TitleAlignment = System.Drawing.StringAlignment.Far;
|
|
@@ -147,7 +149,7 @@ namespace SCADA_DAQ.Customer.Views.Uct
|
|
|
|
|
|
|
|
|
System.Drawing.Color.ForestGreen,
|
|
|
- System.Drawing.Color.Pink,
|
|
|
+ System.Drawing.Color.Magenta,
|
|
|
System.Drawing.Color.OrangeRed,
|
|
|
System.Drawing.Color.Black,
|
|
|
System.Drawing.Color.Magenta,
|