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