[BF] Mono Kompatibiltät
This commit is contained in:
parent
d21ded9f33
commit
75e9dd084f
@ -20,7 +20,6 @@ namespace Dashboard.Tracings {
|
|||||||
Panel panel = new Panel();
|
Panel panel = new Panel();
|
||||||
|
|
||||||
this.chart = new Chart();
|
this.chart = new Chart();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
|
||||||
ChartArea chartArea = new ChartArea();
|
ChartArea chartArea = new ChartArea();
|
||||||
chartArea.AxisX.LabelStyle.Enabled = false;
|
chartArea.AxisX.LabelStyle.Enabled = false;
|
||||||
chartArea.AxisX.LineColor = System.Drawing.Color.Gainsboro;
|
chartArea.AxisX.LineColor = System.Drawing.Color.Gainsboro;
|
||||||
@ -51,7 +50,6 @@ namespace Dashboard.Tracings {
|
|||||||
this.chart.Location = new System.Drawing.Point(0, 0);
|
this.chart.Location = new System.Drawing.Point(0, 0);
|
||||||
this.chart.Size = new System.Drawing.Size(200, 100);
|
this.chart.Size = new System.Drawing.Size(200, 100);
|
||||||
panel.Controls.Add(this.chart);
|
panel.Controls.Add(this.chart);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
|
||||||
|
|
||||||
panel.Size = new System.Drawing.Size(200, 100);
|
panel.Size = new System.Drawing.Size(200, 100);
|
||||||
return panel;
|
return panel;
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user