leaderanalytics / LeaderPivot.XAML.WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%