leaderanalytics / LeaderPivot.XAML.WinUI

LeaderPivot control implementation for WinUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leader Analytics

LeaderPivot.XAML.WinUI

Pivot grid control for WinUI

  • Easy to implement and configure
  • Drag and drop dimensions across axis
  • User configurable measures
  • Two 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.

  • 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. Test data can be found here.

A nuget package for LeaderPivot.XAML.WinUI is not available because it is not reasonably supported.

LeaderPivot for WPF can be found here.

LeaderPivot for Blazor can be found here.

About

LeaderPivot control implementation for WinUI

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%