1 write to chart2
WinFormsControlsTest (1)
ChartControl.Designer.cs (1)
86
this.
chart2
= new System.Windows.Forms.DataVisualization.Charting.Chart();
22 references to chart2
WinFormsControlsTest (22)
ChartControl.cs (4)
28
chart2
.ChartAreas[0].AxisX.LabelStyle.IntervalOffset = 1;
29
chart2
.ChartAreas[0].AxisX.LabelStyle.IntervalOffsetType = DateTimeIntervalType.Days;
30
chart2
.ChartAreas[0].AxisX.LabelStyle.Interval = 2;
31
chart2
.ChartAreas[0].AxisX.LabelStyle.IntervalType = DateTimeIntervalType.Days;
ChartControl.Designer.cs (18)
90
((System.ComponentModel.ISupportInitialize)(this.
chart2
)).BeginInit();
182
this.
chart2
.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
183
this.
chart2
.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
184
this.
chart2
.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
185
this.
chart2
.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
186
this.
chart2
.BorderlineWidth = 2;
187
this.
chart2
.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
211
this.
chart2
.ChartAreas.Add(chartArea2);
214
this.
chart2
.Legends.Add(legend2);
215
this.
chart2
.Location = new System.Drawing.Point(752, 64);
216
this.
chart2
.Name = "chart2";
242
this.
chart2
.Series.Add(series3);
243
this.
chart2
.Series.Add(series4);
244
this.
chart2
.Size = new System.Drawing.Size(654, 400);
245
this.
chart2
.TabIndex = 0;
252
this.
chart2
.Titles.Add(title2);
418
this.Controls.Add(this.
chart2
);
424
((System.ComponentModel.ISupportInitialize)(this.
chart2
)).EndInit();