Tag: Development

Community

Pie Chart in WPF

(Mahesh Chand) The WPF Toolkit released in June 2009 comes with a data visualization assembly called System.Windows.Controls.DataVisualization.Toolkit.dll that hosts the charting functionality in WPF. This article demonstrates how to draw pie charts using the WPF Toolkit.

Community

Dynamically Setting Parameters

(Peter Vogel) In last week’s column (Dynamic Data Retrieval), I looked at configuring DataSources at runtime to respond to user input. By the end of that column, I’d discussed dynamically picking the source for your data and what fields you would retrieve. However, as I pointed out, it’s an unusual