namespace WindowsFormsApplication1 { partial class InteractiveChart { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.trackBar10 = new System.Windows.Forms.TrackBar(); this.trackBar9 = new System.Windows.Forms.TrackBar(); this.trackBar8 = new System.Windows.Forms.TrackBar(); this.trackBar7 = new System.Windows.Forms.TrackBar(); this.trackBar6 = new System.Windows.Forms.TrackBar(); this.trackBar5 = new System.Windows.Forms.TrackBar(); this.trackBar4 = new System.Windows.Forms.TrackBar(); this.trackBar3 = new System.Windows.Forms.TrackBar(); this.trackBar2 = new System.Windows.Forms.TrackBar(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.nDaysTextBox = new System.Windows.Forms.TextBox(); this.nDaysLabel = new System.Windows.Forms.Label(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); this.SuspendLayout(); // // chart1 // chartArea1.AxisX.LabelStyle.Enabled = false; chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; chartArea1.AxisY.LabelStyle.Enabled = false; chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; chartArea1.BackColor = System.Drawing.Color.LightSlateGray; chartArea1.BackSecondaryColor = System.Drawing.Color.White; chartArea1.BorderColor = System.Drawing.Color.LightGray; chartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; chartArea1.Name = "Price"; chartArea1.ShadowColor = System.Drawing.Color.Transparent; this.chart1.ChartAreas.Add(chartArea1); legend1.Enabled = false; legend1.Name = "Legend1"; this.chart1.Legends.Add(legend1); this.chart1.Location = new System.Drawing.Point(17, 22); this.chart1.Name = "chart1"; this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None; series1.BorderColor = System.Drawing.Color.Black; series1.BorderWidth = 2; series1.ChartArea = "Price"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick; series1.Color = System.Drawing.Color.Black; series1.CustomProperties = "PriceUpColor=Green, PriceDownColor=Red"; series1.Legend = "Legend1"; series1.Name = "Price"; series1.YValuesPerPoint = 4; series2.BorderWidth = 3; series2.ChartArea = "Price"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series2.Color = System.Drawing.Color.White; series2.Legend = "Legend1"; series2.Name = "Close1"; series3.BorderWidth = 3; series3.ChartArea = "Price"; series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series3.Legend = "Legend1"; series3.Name = "Close2"; series4.BorderWidth = 3; series4.ChartArea = "Price"; series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series4.Legend = "Legend1"; series4.Name = "Close3"; series5.BorderWidth = 3; series5.ChartArea = "Price"; series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series5.Legend = "Legend1"; series5.Name = "Close4"; series6.BorderWidth = 3; series6.ChartArea = "Price"; series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series6.Legend = "Legend1"; series6.Name = "Close5"; series7.BorderWidth = 3; series7.ChartArea = "Price"; series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series7.Legend = "Legend1"; series7.Name = "Close6"; series8.BorderWidth = 3; series8.ChartArea = "Price"; series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series8.Legend = "Legend1"; series8.Name = "Close7"; series9.BorderWidth = 3; series9.ChartArea = "Price"; series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series9.Legend = "Legend1"; series9.Name = "Close8"; series10.BorderWidth = 3; series10.ChartArea = "Price"; series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series10.Legend = "Legend1"; series10.Name = "Close9"; this.chart1.Series.Add(series1); this.chart1.Series.Add(series2); this.chart1.Series.Add(series3); this.chart1.Series.Add(series4); this.chart1.Series.Add(series5); this.chart1.Series.Add(series6); this.chart1.Series.Add(series7); this.chart1.Series.Add(series8); this.chart1.Series.Add(series9); this.chart1.Series.Add(series10); this.chart1.Size = new System.Drawing.Size(625, 368); this.chart1.TabIndex = 1; this.chart1.Text = "chart1"; // // trackBar10 // this.trackBar10.LargeChange = 2; this.trackBar10.Location = new System.Drawing.Point(563, 427); this.trackBar10.Maximum = 20; this.trackBar10.Name = "trackBar10"; this.trackBar10.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar10.Size = new System.Drawing.Size(45, 137); this.trackBar10.TabIndex = 56; // // trackBar9 // this.trackBar9.LargeChange = 2; this.trackBar9.Location = new System.Drawing.Point(510, 427); this.trackBar9.Maximum = 20; this.trackBar9.Name = "trackBar9"; this.trackBar9.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar9.Size = new System.Drawing.Size(45, 137); this.trackBar9.TabIndex = 55; // // trackBar8 // this.trackBar8.LargeChange = 2; this.trackBar8.Location = new System.Drawing.Point(457, 427); this.trackBar8.Maximum = 20; this.trackBar8.Name = "trackBar8"; this.trackBar8.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar8.Size = new System.Drawing.Size(45, 137); this.trackBar8.TabIndex = 54; // // trackBar7 // this.trackBar7.LargeChange = 2; this.trackBar7.Location = new System.Drawing.Point(404, 427); this.trackBar7.Maximum = 20; this.trackBar7.Name = "trackBar7"; this.trackBar7.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar7.Size = new System.Drawing.Size(45, 137); this.trackBar7.TabIndex = 53; // // trackBar6 // this.trackBar6.LargeChange = 2; this.trackBar6.Location = new System.Drawing.Point(351, 427); this.trackBar6.Maximum = 20; this.trackBar6.Name = "trackBar6"; this.trackBar6.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar6.Size = new System.Drawing.Size(45, 137); this.trackBar6.TabIndex = 52; // // trackBar5 // this.trackBar5.LargeChange = 2; this.trackBar5.Location = new System.Drawing.Point(298, 427); this.trackBar5.Maximum = 20; this.trackBar5.Name = "trackBar5"; this.trackBar5.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar5.Size = new System.Drawing.Size(45, 137); this.trackBar5.TabIndex = 51; // // trackBar4 // this.trackBar4.LargeChange = 2; this.trackBar4.Location = new System.Drawing.Point(245, 427); this.trackBar4.Maximum = 20; this.trackBar4.Name = "trackBar4"; this.trackBar4.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar4.Size = new System.Drawing.Size(45, 137); this.trackBar4.TabIndex = 50; // // trackBar3 // this.trackBar3.LargeChange = 2; this.trackBar3.Location = new System.Drawing.Point(192, 427); this.trackBar3.Maximum = 20; this.trackBar3.Name = "trackBar3"; this.trackBar3.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar3.Size = new System.Drawing.Size(45, 137); this.trackBar3.TabIndex = 49; // // trackBar2 // this.trackBar2.LargeChange = 2; this.trackBar2.Location = new System.Drawing.Point(139, 427); this.trackBar2.Maximum = 20; this.trackBar2.Name = "trackBar2"; this.trackBar2.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar2.Size = new System.Drawing.Size(45, 137); this.trackBar2.TabIndex = 48; // // trackBar1 // this.trackBar1.LargeChange = 2; this.trackBar1.Location = new System.Drawing.Point(86, 427); this.trackBar1.Maximum = 20; this.trackBar1.Name = "trackBar1"; this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar1.Size = new System.Drawing.Size(45, 137); this.trackBar1.TabIndex = 47; // // nDaysTextBox // this.nDaysTextBox.Location = new System.Drawing.Point(138, 675); this.nDaysTextBox.Name = "nDaysTextBox"; this.nDaysTextBox.Size = new System.Drawing.Size(35, 20); this.nDaysTextBox.TabIndex = 57; this.nDaysTextBox.TextChanged += new System.EventHandler(this.nDaysTextBox_TextChanged); this.nDaysTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nDaysTextBox_KeyDown); this.nDaysTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.nDaysTextBox_KeyPress); // // nDaysLabel // this.nDaysLabel.AutoSize = true; this.nDaysLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nDaysLabel.Location = new System.Drawing.Point(18, 678); this.nDaysLabel.Name = "nDaysLabel"; this.nDaysLabel.Size = new System.Drawing.Size(113, 16); this.nDaysLabel.TabIndex = 58; this.nDaysLabel.Text = "Number of Points:"; // // statusStrip1 // this.statusStrip1.Location = new System.Drawing.Point(0, 712); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1016, 22); this.statusStrip1.TabIndex = 59; this.statusStrip1.Text = "statusStrip1"; // // InteractiveChart // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1016, 734); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.nDaysLabel); this.Controls.Add(this.nDaysTextBox); this.Controls.Add(this.trackBar10); this.Controls.Add(this.trackBar9); this.Controls.Add(this.trackBar8); this.Controls.Add(this.trackBar7); this.Controls.Add(this.trackBar6); this.Controls.Add(this.trackBar5); this.Controls.Add(this.trackBar4); this.Controls.Add(this.trackBar3); this.Controls.Add(this.trackBar2); this.Controls.Add(this.trackBar1); this.Controls.Add(this.chart1); this.Name = "InteractiveChart"; this.Text = "Interactive Chart"; ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.TrackBar trackBar10; private System.Windows.Forms.TrackBar trackBar9; private System.Windows.Forms.TrackBar trackBar8; private System.Windows.Forms.TrackBar trackBar7; private System.Windows.Forms.TrackBar trackBar6; private System.Windows.Forms.TrackBar trackBar5; private System.Windows.Forms.TrackBar trackBar4; private System.Windows.Forms.TrackBar trackBar3; private System.Windows.Forms.TrackBar trackBar2; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.TextBox nDaysTextBox; private System.Windows.Forms.Label nDaysLabel; private System.Windows.Forms.StatusStrip statusStrip1; } }