We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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