/LeaderPivot.XAML.WPF

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

Leader Analytics

LeaderPivot.XAML.WPF

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.

Leader Analytics pivot grid control

Getting Started

  • Clone this repository and run the demo application. This repository contains source code for the control as well as a small demo application.

  • Get the test data application

  • Get the NuGet package

  • 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.