123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- namespace IntelligentControlForsx.MyControls.agc
- {
- partial class SunLineChart
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart();
- ((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit();
- this.SuspendLayout();
- //
- // chartData
- //
- this.chartData.BackColor = System.Drawing.Color.Transparent;
- chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisX2.LineColor = System.Drawing.Color.Empty;
- chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- chartArea1.AxisY.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.SandyBrown;
- chartArea1.AxisY2.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
- chartArea1.BackColor = System.Drawing.Color.Transparent;
- chartArea1.BackImageTransparentColor = System.Drawing.Color.Transparent;
- chartArea1.BackSecondaryColor = System.Drawing.Color.Transparent;
- chartArea1.BorderColor = System.Drawing.Color.Transparent;
- chartArea1.Name = "ChartArea1";
- this.chartData.ChartAreas.Add(chartArea1);
- legend1.BackColor = System.Drawing.Color.Transparent;
- legend1.Enabled = false;
- legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- legend1.Name = "Legend1";
- legend1.TitleBackColor = System.Drawing.Color.Transparent;
- legend1.TitleFont = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.chartData.Legends.Add(legend1);
- this.chartData.Location = new System.Drawing.Point(1, 4);
- this.chartData.Name = "chartData";
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series1.Color = System.Drawing.Color.SandyBrown;
- series1.Legend = "Legend1";
- series1.Name = "Series1";
- series1.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
- series2.ChartArea = "ChartArea1";
- series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- series2.Legend = "Legend1";
- series2.Name = "Series2";
- this.chartData.Series.Add(series1);
- this.chartData.Series.Add(series2);
- this.chartData.Size = new System.Drawing.Size(440, 152);
- this.chartData.TabIndex = 0;
- this.chartData.Text = "chart1";
- this.chartData.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chartData_GetToolTipText);
- //
- // SunLineChart
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
- this.Controls.Add(this.chartData);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "SunLineChart";
- this.Size = new System.Drawing.Size(442, 160);
- this.Load += new System.EventHandler(this.LineChart_Load);
- ((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.DataVisualization.Charting.Chart chartData;
- }
- }
|