private static List ChartPoints1 { get; set; } = new List
{
new ColumnChartData { BillDate = "12/31/2016", ContractPrice = 5800000, OverUnderBilling = 330000, Profit = 10},
new ColumnChartData { BillDate = "12/31/2017", ContractPrice = 4000000, OverUnderBilling = 496009, Profit = 15 },
new ColumnChartData { BillDate = "12/31/2018", ContractPrice = 4300000, OverUnderBilling = -556000, Profit = 20 },
new ColumnChartData { BillDate = "12/31/2019", ContractPrice = 4500000, OverUnderBilling = -506000, Profit = 28 },
new ColumnChartData { BillDate = "03/31/2020", ContractPrice = 5000000, OverUnderBilling = -516000, Profit = -20 },
new ColumnChartData { BillDate = "06/30/2020", ContractPrice = 5000000, OverUnderBilling = -516000, Profit = -20 },
new ColumnChartData { BillDate = "09/30/2020", ContractPrice = 5000000, OverUnderBilling = -516000, Profit = -20 }
};
private static List ChartPoints2 { get; set; } = new List
{
new ColumnChartData { BillDate = "12/31/2016", ContractPrice = 7800000, OverUnderBilling = 330000, Profit = 10},
new ColumnChartData { BillDate = "12/31/2017", ContractPrice = 4000000, OverUnderBilling = 496009, Profit = -15 },
new ColumnChartData { BillDate = "12/31/2018", ContractPrice = 4300000, OverUnderBilling = -556000, Profit = 20 },
new ColumnChartData { BillDate = "12/31/2019", ContractPrice = 4500000, OverUnderBilling = -506000, Profit = 50 },
new ColumnChartData { BillDate = "03/31/2020", ContractPrice = 5000000, OverUnderBilling = -786000, Profit = 20 },
new ColumnChartData { BillDate = "06/30/2020", ContractPrice = 5000000, OverUnderBilling = -786000, Profit = 20 },
new ColumnChartData { BillDate = "09/30/2020", ContractPrice = 5000000, OverUnderBilling = -786000, Profit = 20 }
};
private static List ChartPoints3 { get; set; } = new List
{
new ColumnChartData { BillDate = "12/31/2016", ContractPrice = 7800000, OverUnderBilling = 330000, Profit = 10},
new ColumnChartData { BillDate = "12/31/2017", ContractPrice = 5000000, OverUnderBilling = 496009, Profit = 15 },
new ColumnChartData { BillDate = "12/31/2018", ContractPrice = 4300000, OverUnderBilling = -556000, Profit = 20 },
new ColumnChartData { BillDate = "12/31/2019", ContractPrice = 4500000, OverUnderBilling = -506000, Profit = -50 },
new ColumnChartData { BillDate = "03/31/2020", ContractPrice = 5000000, OverUnderBilling = -786000, Profit = -90 },
new ColumnChartData { BillDate = "06/30/2020", ContractPrice = 5000000, OverUnderBilling = -786000, Profit = -90 },
new ColumnChartData { BillDate = "09/30/2020", ContractPrice = 5000000, OverUnderBilling = -786000, Profit = -90 }
};
private static List ChartPoints4 { get; set; } = new List
{
new ColumnChartData { BillDate = "12/31/2016", ContractPrice = 7325000 , OverUnderBilling = -262886, Profit = 10},
new ColumnChartData { BillDate = "12/31/2017", ContractPrice = 26440386, OverUnderBilling = 0, Profit = 15 }
};
private static List ChartPoints5 { get; set; } = new List
{
new ColumnChartData { BillDate = "12/31/2016", ContractPrice = 141913, OverUnderBilling = 12086, Profit = 10},
new ColumnChartData { BillDate = "12/31/2017", ContractPrice = 375040, OverUnderBilling = -8350, Profit = 15 },
new ColumnChartData { BillDate = "12/31/2018", ContractPrice = 354881, OverUnderBilling = 0, Profit = 15 }
};
private static List ChartPoints6 { get; set; } = new List
{
new ColumnChartData { BillDate = "12/31/2016", ContractPrice = 4530230 , OverUnderBilling = 74082, Profit = 10},
new ColumnChartData { BillDate = "12/31/2017", ContractPrice = 46446531 , OverUnderBilling = 0, Profit = 15 },
new ColumnChartData { BillDate = "12/31/2018", ContractPrice = 46446531, OverUnderBilling = 0, Profit = 15 }