Skip to content
Snippets Groups Projects

Graph working

Merged Dennis Eisold requested to merge d.eisold/frontend:master into master
2 files
+ 100
148
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -440,7 +440,6 @@ namespace Wetterstation
this.lbHintergrund.Name = "lbHintergrund";
this.lbHintergrund.Size = new System.Drawing.Size(984, 354);
this.lbHintergrund.TabIndex = 42;
this.lbHintergrund.Click += new System.EventHandler(this.LbHintergrund_Click);
//
// lbCity
//
@@ -647,7 +646,6 @@ namespace Wetterstation
this.cartesianChart1.Size = new System.Drawing.Size(982, 252);
this.cartesianChart1.TabIndex = 60;
this.cartesianChart1.Text = "cartesianChart1";
this.cartesianChart1.ChildChanged += new System.EventHandler<System.Windows.Forms.Integration.ChildChangedEventArgs>(this.CartesianChart1_ChildChanged);
//
// lbRegenmenge
//
Loading