or
public string Location { get; set; }
public Dictionary<DateTime, decimal> Values { get; set; }
public string Location { get; set; }
public DateTime Month { get; set; }
public decimal Value { get; set; }