1 write to chart3
WinFormsControlsTest (1)
ChartControl.Designer.cs (1)
87this.chart3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
21 references to chart3
WinFormsControlsTest (21)
ChartControl.cs (2)
35chart3.Series["DataSeries"].Points.DataBindY(yValues); 37chart3.Series["ErrorBar"]["ErrorBarSeries"] = "DataSeries";
ChartControl.Designer.cs (19)
91((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit(); 256this.chart3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); 257this.chart3.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom; 258this.chart3.BackSecondaryColor = System.Drawing.Color.White; 259this.chart3.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105))))); 260this.chart3.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; 261this.chart3.BorderlineWidth = 2; 262this.chart3.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss; 281this.chart3.ChartAreas.Add(chartArea3); 287this.chart3.Legends.Add(legend3); 288this.chart3.Location = new System.Drawing.Point(16, 522); 289this.chart3.Name = "chart3"; 304this.chart3.Series.Add(series5); 305this.chart3.Series.Add(series6); 306this.chart3.Size = new System.Drawing.Size(650, 438); 307this.chart3.TabIndex = 1; 314this.chart3.Titles.Add(title3); 417this.Controls.Add(this.chart3); 425((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();