1 write to chart4
WinFormsControlsTest (1)
ChartControl.Designer.cs (1)
88this.chart4 = new System.Windows.Forms.DataVisualization.Charting.Chart();
20 references to chart4
WinFormsControlsTest (20)
ChartControl.cs (2)
40chart4.Series[0].Font = new Font("Trebuchet MS", 8, FontStyle.Bold); 41chart4.Series[0]["CollectedToolTip"] = "Other";
ChartControl.Designer.cs (18)
92((System.ComponentModel.ISupportInitialize)(this.chart4)).BeginInit(); 318this.chart4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); 319this.chart4.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom; 320this.chart4.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105))))); 321this.chart4.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; 322this.chart4.BorderlineWidth = 2; 323this.chart4.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss; 349this.chart4.ChartAreas.Add(chartArea4); 350this.chart4.IsSoftShadows = false; 356this.chart4.Legends.Add(legend4); 357this.chart4.Location = new System.Drawing.Point(752, 522); 358this.chart4.Name = "chart4"; 399this.chart4.Series.Add(series7); 400this.chart4.Size = new System.Drawing.Size(654, 438); 401this.chart4.TabIndex = 1; 408this.chart4.Titles.Add(title4); 416this.Controls.Add(this.chart4); 426((System.ComponentModel.ISupportInitialize)(this.chart4)).EndInit();