So I'm not a big Twitter fan, but I do admit - as an IT professional you can find a lot of useful and pertinent information there. One example was this morning when I happened to notice a tweet from Microsoft about their opensource projects on Github. After a quick perusal, I happened across an … Continue reading Create Interactive Charts with WPF and PowerShell
Tag: WPF Chart PowerShell
Creating Simple Charts in WPF with PowerShell
Windows Presentation Foundation (WPF) is great for creating GUI applications, but it does not natively contain any charting controls. There are a number of products that can be used to create charts in WPF, including the WPF toolkit and the Microsoft Chart Controls for .Net, but good-old Windows Forms does this natively. WPF has does … Continue reading Creating Simple Charts in WPF with PowerShell