Getting Start with WPF RadPivotMap
This tutorial will walk you through the creation of a sample application that contains RadPivotMap control.
Adding Telerik Assemblies Using NuGet
To use RadPivotMap when working with NuGet packages, install the Telerik.Windows.Controls.DataVisualization.for.Wpf.Xaml
package. The package name may vary slightly based on the Telerik dlls set - Xaml or NoXaml
Read more about NuGet installation in the Installing UI for WPF from NuGet Package article.
With the 2025 Q1 release, the Telerik UI for WPF has a new licensing mechanism. You can learn more about it here.
Adding Assembly References Manually
If you are not using NuGet packages, you can add a reference to the following assemblies:
- Telerik.Licensing.Runtime
- Telerik.Windows.Controls
- Telerik.Windows.Controls.DataVisualization
- Telerik.Windows.Data
You can find the required assemblies for each control from the suite in the Controls Dependencies help article.
With the 2025 Q1 release, the Telerik UI for WPF has a new licensing mechanism. You can learn more about it here.
Setting up the Data Source
To populate the control with tiles you will need to provide a collection of items that will be assigned to its ItemsSource property.
For this example we will use a simple flat structure consisting of movies gross sales information.
Defining the models
Populating a collection with the data
Setting up the RadPivotMap
To set up the control you can set few esential properties - ItemsSource, ValuePath and GroupDefinitions. The GroupDefinitions is a collection of GroupDefinition objects which contain information that tells the pivot map how to fetch the groups from the objects in the ItemsSource.
The ValuePath determines the size of the tile.
The Member determines the name of the corresponding group.
The LabelPath determines the label that will be displayed over the tile.
Defining RadPivotMap
Setting the ItemsSource in XAML
Setting the ItemsSource in code (see Example 2)
Avoid inserting RadPivotMap in panels that measure its children with Infinity. In this case, the control cannot properly measure and arrange its child visuals. Examples for panels that measure the control with Infinity size are StackPanel, ScrollViewer or a Grid's Row/ColumnDefinition with its size (Width or Height) set to Auto. Instead, use panels that measure its children with the available space.
Telerik UI for WPF Learning Resources
- Telerik UI for WPF TreeMap and PivotMap Component
- Getting Started with Telerik UI for WPF Components
- Telerik UI for WPF Installation
- Telerik UI for WPF and WinForms Integration
- Telerik UI for WPF Visual Studio Templates
- Setting a Theme with Telerik UI for WPF
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF License Agreement