📄 frmmain.designer.cs
字号:
//
//
//
//
//
//
this.outputDataChart.Axes.Bottom.Automatic = true;
//
//
//
this.outputDataChart.Axes.Bottom.Grid.ZPosition = 0;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Bottom.Labels.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Bottom.Labels.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Bottom.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Bottom.Title.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Depth.Automatic = true;
//
//
//
this.outputDataChart.Axes.Depth.Grid.ZPosition = 0;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Depth.Labels.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Depth.Labels.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Depth.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Depth.Title.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.DepthTop.Automatic = true;
//
//
//
this.outputDataChart.Axes.DepthTop.Grid.ZPosition = 0;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.DepthTop.Labels.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.DepthTop.Labels.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.DepthTop.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.DepthTop.Title.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Left.Automatic = true;
//
//
//
this.outputDataChart.Axes.Left.Grid.ZPosition = 0;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Left.Labels.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Left.Labels.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Left.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Left.Title.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Right.Automatic = true;
//
//
//
this.outputDataChart.Axes.Right.Grid.ZPosition = 0;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Right.Labels.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Right.Labels.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Right.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Right.Title.Shadow.Visible = false;
this.outputDataChart.Axes.Right.Visible = false;
//
//
//
this.outputDataChart.Axes.Top.Automatic = true;
//
//
//
this.outputDataChart.Axes.Top.Grid.ZPosition = 0;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Top.Labels.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Top.Labels.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Axes.Top.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Axes.Top.Title.Shadow.Visible = false;
this.outputDataChart.Cursor = System.Windows.Forms.Cursors.Default;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Footer.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Footer.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Header.Font.Shadow.Visible = false;
this.outputDataChart.Header.Lines = new string[] {
""};
//
//
//
this.outputDataChart.Header.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.Legend.Font.Shadow.Visible = false;
//
//
//
//
//
//
this.outputDataChart.Legend.Title.Font.Bold = true;
//
//
//
this.outputDataChart.Legend.Title.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.Legend.Title.Pen.Visible = false;
//
//
//
this.outputDataChart.Legend.Title.Shadow.Visible = false;
this.outputDataChart.Legend.Visible = false;
this.outputDataChart.Location = new System.Drawing.Point(6, 281);
this.outputDataChart.Name = "outputDataChart";
//
//
//
//
//
//
this.outputDataChart.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None;
//
//
//
this.outputDataChart.Panel.ImageBevel.Width = 1;
//
//
//
this.outputDataChart.Panel.Pen.Visible = true;
//
//
//
this.outputDataChart.Panel.Shadow.Visible = false;
this.outputDataChart.Series.Add(this.points2);
this.outputDataChart.Series.Add(this.points3);
this.outputDataChart.Size = new System.Drawing.Size(400, 250);
//
//
//
//
//
//
//
//
//
this.outputDataChart.SubFooter.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.SubFooter.Shadow.Visible = false;
//
//
//
//
//
//
//
//
//
this.outputDataChart.SubHeader.Font.Shadow.Visible = false;
//
//
//
this.outputDataChart.SubHeader.Shadow.Visible = false;
this.outputDataChart.TabIndex = 1;
//
//
//
//
//
//
this.outputDataChart.Walls.Back.AutoHide = false;
//
//
//
this.outputDataChart.Walls.Back.Shadow.Visible = false;
//
//
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -