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