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