1 write to chart1
WinFormsControlsTest (1)
ChartControl.Designer.cs (1)
85this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
21 references to chart1
WinFormsControlsTest (21)
ChartControl.cs (2)
23chart1.Series["Series1"].Points.AddXY(angle + 90.0, yValue); 24chart1.Series["Series2"].Points.AddXY(angle + 270.0, yValue);
ChartControl.Designer.cs (19)
89((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); 97this.chart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); 98this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom; 99this.chart1.BackSecondaryColor = System.Drawing.Color.White; 100this.chart1.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105))))); 101this.chart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; 102this.chart1.BorderlineWidth = 2; 103this.chart1.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss; 129this.chart1.ChartAreas.Add(chartArea1); 141this.chart1.Legends.Add(legend1); 142this.chart1.Location = new System.Drawing.Point(16, 64); 143this.chart1.Name = "chart1"; 168this.chart1.Series.Add(series1); 169this.chart1.Series.Add(series2); 170this.chart1.Size = new System.Drawing.Size(650, 400); 171this.chart1.TabIndex = 0; 178this.chart1.Titles.Add(title1); 419this.Controls.Add(this.chart1); 423((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();