Quantcast
Viewing all articles
Browse latest Browse all 15370

POWERSHELL - MS Chart Controls

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


Viewing all articles
Browse latest Browse all 15370

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>