Skip to content

Pie series example

horkerps edited this page Mar 5, 2018 · 1 revision

Pie series

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"

Home

Basic cmdlets

Advanced topics

Examples

Clone this wiki locally