Fix bar plot vert/horiuz + freq hist test
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user