SunLineChart.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace IntelligentControlForsx.MyControls.agc
  2. {
  3. partial class SunLineChart
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. this.timer1 = new System.Windows.Forms.Timer(this.components);
  34. this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart();
  35. ((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // chartData
  39. //
  40. this.chartData.BackColor = System.Drawing.Color.Transparent;
  41. chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  42. chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  43. chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
  44. chartArea1.AxisX2.LineColor = System.Drawing.Color.Empty;
  45. chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  46. chartArea1.AxisY.LineColor = System.Drawing.Color.Transparent;
  47. chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
  48. chartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.SandyBrown;
  49. chartArea1.AxisY2.LineColor = System.Drawing.Color.Transparent;
  50. chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
  51. chartArea1.BackColor = System.Drawing.Color.Transparent;
  52. chartArea1.BackImageTransparentColor = System.Drawing.Color.Transparent;
  53. chartArea1.BackSecondaryColor = System.Drawing.Color.Transparent;
  54. chartArea1.BorderColor = System.Drawing.Color.Transparent;
  55. chartArea1.Name = "ChartArea1";
  56. this.chartData.ChartAreas.Add(chartArea1);
  57. legend1.BackColor = System.Drawing.Color.Transparent;
  58. legend1.Enabled = false;
  59. legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  60. legend1.Name = "Legend1";
  61. legend1.TitleBackColor = System.Drawing.Color.Transparent;
  62. legend1.TitleFont = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  63. this.chartData.Legends.Add(legend1);
  64. this.chartData.Location = new System.Drawing.Point(1, 4);
  65. this.chartData.Name = "chartData";
  66. series1.ChartArea = "ChartArea1";
  67. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  68. series1.Color = System.Drawing.Color.SandyBrown;
  69. series1.Legend = "Legend1";
  70. series1.Name = "Series1";
  71. series1.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
  72. series2.ChartArea = "ChartArea1";
  73. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  74. series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  75. series2.Legend = "Legend1";
  76. series2.Name = "Series2";
  77. this.chartData.Series.Add(series1);
  78. this.chartData.Series.Add(series2);
  79. this.chartData.Size = new System.Drawing.Size(440, 152);
  80. this.chartData.TabIndex = 0;
  81. this.chartData.Text = "chart1";
  82. this.chartData.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chartData_GetToolTipText);
  83. //
  84. // SunLineChart
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
  89. this.Controls.Add(this.chartData);
  90. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  92. this.Name = "SunLineChart";
  93. this.Size = new System.Drawing.Size(442, 160);
  94. this.Load += new System.EventHandler(this.LineChart_Load);
  95. ((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit();
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private System.Windows.Forms.Timer timer1;
  100. private System.Windows.Forms.DataVisualization.Charting.Chart chartData;
  101. }
  102. }