Pivot grid control for WPF.
- Easy to implement and configure
- Drag and drop dimensions across axis
- User configurable measures
- Four color themes provided, customize or create your own.
-
Clone this repository and run the demo application. This repository contains source code for the control as well as a small demo application.
-
Create a data structure to model your denormalized data. See the
SalesData
class for an example. -
Create Dimensions and Measures. Dimensions are used to group data. Measures are used to create the values shown in each cell of the pivot table. Examples are provided in the TestData project.
-
Add a LeaderPivot control to your page.
This control is based on LeaderPivot.
An implementation for Blazor can be found here.