skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadPivotMap

RadPivotMap displays a flat collection of items that are grouped together. Each item is represented by a rectangle where rectangle's area represents a value extracted from the underlying item. The sum of the values for all child items is equal to the value of the parent item.

Inheritance
System.Object
RadTreeMapBase
RadPivotMap
Inherited Members
RadTreeMapBase.PreviewSelectionChangedEvent
RadTreeMapBase.SelectionChangedEvent
RadTreeMapBase.SelectedItemProperty
RadTreeMapBase.SelectedItemsProperty
RadTreeMapBase.SelectedValueProperty
RadTreeMapBase.SelectedValuePathProperty
RadTreeMapBase.IsSelectionEnabledProperty
RadTreeMapBase.SelectionModeProperty
RadTreeMapBase.MappingsProperty
RadTreeMapBase.LayoutStrategiesProperty
RadTreeMapBase.DataViewProperty
RadTreeMapBase.DataMappingSelectorProperty
RadTreeMapBase.ItemsSourceProperty
RadTreeMapBase.ItemTemplateSelectorProperty
RadTreeMapBase.LayoutStrategyProperty
RadTreeMapBase.IsHoverEnabledProperty
RadTreeMapBase.add_PreviewSelectionChanged(SelectionChangedRoutedEventHandler)
RadTreeMapBase.remove_PreviewSelectionChanged(SelectionChangedRoutedEventHandler)
RadTreeMapBase.add_SelectionChanged(SelectionChangedRoutedEventHandler)
RadTreeMapBase.remove_SelectionChanged(SelectionChangedRoutedEventHandler)
RadTreeMapBase.ClearSelection()
RadTreeMapBase.BeginInit()
RadTreeMapBase.OnMouseMove(MouseEventArgs)
RadTreeMapBase.OnMouseLeave(MouseEventArgs)
RadTreeMapBase.SetDataView(IEnumerable)
RadTreeMapBase.HideTooltip(RadTreeMapItem)
RadTreeMapBase.SelectedItem
RadTreeMapBase.SelectedItems
RadTreeMapBase.SelectedValue
RadTreeMapBase.SelectedValuePath
RadTreeMapBase.IsSelectionEnabled
RadTreeMapBase.SelectionMode
RadTreeMapBase.DataView
RadTreeMapBase.ItemsSource
RadTreeMapBase.LayoutStrategy
RadTreeMapBase.Mappings
RadTreeMapBase.ItemTemplateSelector
RadTreeMapBase.DataMappingSelector
RadTreeMapBase.LayoutStrategies
RadTreeMapBase.IsHoverEnabled
RadTreeMapBase.IsInitialized
RadTreeMapBase.PreviewSelectionChanged
RadTreeMapBase.SelectionChanged
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

[TelerikToolboxCategory("Data Visualization")]
public sealed class RadPivotMap : RadTreeMapBase, ISupportInitialize

Constructors

RadPivotMap()

Initializes a new instance of the RadPivotMap class.

Declaration
public RadPivotMap()

Fields

GroupDefinitionsProperty

Identifies the GroupDefinitions dependency property.

Declaration
public static readonly DependencyProperty GroupDefinitionsProperty
Field Value
System.Windows.DependencyProperty

GroupTemplateProperty

Identifies the GroupTemplate dependency property.

Declaration
public static readonly DependencyProperty GroupTemplateProperty
Field Value
System.Windows.DependencyProperty

LabelFormatProperty

Identifies the LabelFormat dependency property.

Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
System.Windows.DependencyProperty

LabelPathProperty

Identifies the LabelPath dependency property.

Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
System.Windows.DependencyProperty

LeafItemStyleProperty

Identifies the LeafItemStyle dependency property.

Declaration
public static readonly DependencyProperty LeafItemStyleProperty
Field Value
System.Windows.DependencyProperty

LeafMappingsProperty

Identifies the LeafMappingsProperty dependency property.

Declaration
public static readonly DependencyProperty LeafMappingsProperty
Field Value
System.Windows.DependencyProperty

LeafTemplateProperty

Identifies the LeafTemplate dependency property.

Declaration
public static readonly DependencyProperty LeafTemplateProperty
Field Value
System.Windows.DependencyProperty

ToolTipFormatProperty

Identifies the ToolTipFormat dependency property.

Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
System.Windows.DependencyProperty

ToolTipPathProperty

Identifies the ToolTipPath dependency property.

Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
System.Windows.DependencyProperty

ToolTipTemplateProperty

Identifies the ToolTipTemplate dependency property.

Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
System.Windows.DependencyProperty

ValuePathProperty

Identifies the ValuePath dependency property.

Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.Windows.DependencyProperty

Properties

GroupDefinitions

Gets or sets the group definitions.

Declaration
public GroupDefinitionCollection GroupDefinitions { get; set; }
Property Value
GroupDefinitionCollection

The group definitions collection.

GroupTemplate

Gets or sets the group template.

Declaration
public HierarchicalDataTemplate GroupTemplate { get; set; }
Property Value
HierarchicalDataTemplate

The group template.

LabelFormat

Gets or sets the label format.

Declaration
public string LabelFormat { get; set; }
Property Value
System.String

The label format.

LabelPath

Gets or sets the label path.

Declaration
public string LabelPath { get; set; }
Property Value
System.String

The label path.

LeafItemStyle

Gets or sets the style for the leaf items.

Declaration
public Style LeafItemStyle { get; set; }
Property Value
System.Windows.Style

The item style.

LeafMappings

Gets the leaf value mappings.

Declaration
public ObjectMappingCollection LeafMappings { get; }
Property Value
ObjectMappingCollection

The leaf value mappings.

LeafTemplate

Gets or sets the leaf template.

Declaration
public DataTemplate LeafTemplate { get; set; }
Property Value
System.Windows.DataTemplate

The leaf template.

ToolTipFormat

Gets or sets the tool tip format.

Declaration
public string ToolTipFormat { get; set; }
Property Value
System.String

The tool tip format.

ToolTipPath

Gets or sets the tool tip path.

Declaration
public string ToolTipPath { get; set; }
Property Value
System.String

The tool tip path.

ToolTipTemplate

Gets or sets the tool tip template.

Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.Windows.DataTemplate

The tool tip template.

ValuePath

Gets or sets the value path.

Declaration
public string ValuePath { get; set; }
Property Value
System.String

The value path.

Methods

EndInit()

Indicates that the initialization process for the element is complete.

Declaration
public override void EndInit()
Overrides
RadTreeMapBase.EndInit()
Exceptions
System.InvalidOperationException

System.Windows.FrameworkElement.EndInit was called without System.Windows.FrameworkElement.BeginInit having previously been called on the element.

OnItemsSourceChanged(IEnumerable, IEnumerable)

Called when [items source changed].

Declaration
protected override void OnItemsSourceChanged(IEnumerable oldData, IEnumerable newData)
Parameters
System.Collections.IEnumerable oldData

The old data.

System.Collections.IEnumerable newData

The new data.

Overrides
RadTreeMapBase.OnItemsSourceChanged(IEnumerable, IEnumerable)

OnLayoutStrategyChanged(Object, LayoutStrategyBase)

Called when LayoutStrategy property changes..

Declaration
protected override void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
Parameters
System.Object sender

The RadTreeMapBase object.

LayoutStrategyBase newValue

The new value.

Overrides
RadTreeMapBase.OnLayoutStrategyChanged(Object, LayoutStrategyBase)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.