ChartControl.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace OTSExtremum
  2. {
  3. partial class ChartControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  37. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // label2
  41. //
  42. this.label2.AutoSize = true;
  43. this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
  44. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  45. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.label2.Location = new System.Drawing.Point(550, 12);
  47. this.label2.Name = "label2";
  48. this.label2.Size = new System.Drawing.Size(84, 26);
  49. this.label2.TabIndex = 6;
  50. this.label2.Text = "label2";
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  56. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  57. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.label1.Location = new System.Drawing.Point(442, 401);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(84, 26);
  61. this.label1.TabIndex = 5;
  62. this.label1.Text = "label1";
  63. //
  64. // chart1
  65. //
  66. chartArea1.AxisX.LabelStyle.Format = "N0";
  67. chartArea1.AxisX.MajorGrid.Enabled = false;
  68. chartArea1.AxisX.MajorGrid.Interval = 50D;
  69. chartArea1.AxisX.MajorTickMark.Interval = 100D;
  70. chartArea1.AxisX.MinorTickMark.Enabled = true;
  71. chartArea1.AxisX.MinorTickMark.Interval = 50D;
  72. chartArea1.AxisX.MinorTickMark.Size = 0.5F;
  73. chartArea1.AxisY.MajorGrid.Enabled = false;
  74. chartArea1.AxisY.MajorTickMark.Interval = 2D;
  75. chartArea1.AxisY.MinorTickMark.Enabled = true;
  76. chartArea1.AxisY.MinorTickMark.Interval = 1D;
  77. chartArea1.AxisY.MinorTickMark.Size = 0.5F;
  78. chartArea1.Name = "ChartArea1";
  79. this.chart1.ChartAreas.Add(chartArea1);
  80. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. legend1.DockedToChartArea = "ChartArea1";
  82. legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
  83. legend1.Name = "Legend1";
  84. this.chart1.Legends.Add(legend1);
  85. this.chart1.Location = new System.Drawing.Point(0, 0);
  86. this.chart1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  87. this.chart1.Name = "chart1";
  88. series1.ChartArea = "ChartArea1";
  89. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  90. series1.Legend = "Legend1";
  91. series1.MarkerBorderColor = System.Drawing.Color.Red;
  92. series1.MarkerColor = System.Drawing.Color.Red;
  93. series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
  94. series1.Name = "data";
  95. series2.ChartArea = "ChartArea1";
  96. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  97. series2.Legend = "Legend1";
  98. series2.MarkerBorderColor = System.Drawing.Color.Blue;
  99. series2.MarkerColor = System.Drawing.Color.Blue;
  100. series2.MarkerSize = 7;
  101. series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star6;
  102. series2.Name = "X";
  103. series3.ChartArea = "ChartArea1";
  104. series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  105. series3.Legend = "Legend1";
  106. series3.MarkerBorderColor = System.Drawing.Color.Magenta;
  107. series3.MarkerColor = System.Drawing.Color.Magenta;
  108. series3.MarkerSize = 7;
  109. series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Triangle;
  110. series3.Name = "Xlow";
  111. series4.ChartArea = "ChartArea1";
  112. series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  113. series4.Legend = "Legend1";
  114. series4.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  115. series4.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  116. series4.MarkerSize = 7;
  117. series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Diamond;
  118. series4.Name = "Xhig";
  119. this.chart1.Series.Add(series1);
  120. this.chart1.Series.Add(series2);
  121. this.chart1.Series.Add(series3);
  122. this.chart1.Series.Add(series4);
  123. this.chart1.Size = new System.Drawing.Size(785, 538);
  124. this.chart1.TabIndex = 4;
  125. this.chart1.Text = "chart1";
  126. //
  127. // ChartControl
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.Controls.Add(this.label2);
  132. this.Controls.Add(this.label1);
  133. this.Controls.Add(this.chart1);
  134. this.Name = "ChartControl";
  135. this.Size = new System.Drawing.Size(785, 538);
  136. this.Load += new System.EventHandler(this.ChartControl_Load);
  137. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140. }
  141. #endregion
  142. private System.Windows.Forms.Label label2;
  143. private System.Windows.Forms.Label label1;
  144. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  145. }
  146. }