I have everything working except, the order they are displayed on a image. I want to to start with Monday
$Pools = @{Monday=$MON1; Tuesday=$TUES1; Wednesday=$WED1; Thursday=$THURS1; Friday=$FRI1}
[void]$Chart.Series.Add("Data")
$Chart.Series["Data"].Points.DataBindXY($Pools.Keys, $Pools.Values)
See attachment for image file