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