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