Set-OxyDefaultStyle ggplot # Preparing data $files = dir C:\Windows $ext = $files | Group Extension | Where { $_.Name -ne "" } | Sort -Descending Count $ext | oxypie -LabelName Name -ValueName Count | Show-OxyPlot -Title "File Extensions in C:\Windows"
There was an error while loading. Please reload this page.
Home