Fix bar plot vert/horiuz + freq hist test

This commit is contained in:
Samuele Locatelli
2022-02-25 11:54:51 +01:00
parent 0847014108
commit f0beaaacc8
7 changed files with 38 additions and 18 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ namespace MP.Data
#region Public Properties
public DateTime x { get; set; }
public decimal y { get; set; }
public double y { get; set; }
#endregion Public Properties
}
@@ -20,8 +20,8 @@ namespace MP.Data
{
#region Public Properties
public decimal x { get; set; }
public decimal y { get; set; }
public double x { get; set; }
public double y { get; set; }
#endregion Public Properties
}