New to Telerik UI for WPFStart a free 30-day trial

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.

Definition

Constructors

Initializes a new instance of the RadPivotMap class.

C#
public RadPivotMap()

Fields

GroupDefinitionsProperty

DependencyProperty

Identifies the GroupDefinitions dependency property.

C#
public static readonly DependencyProperty GroupDefinitionsProperty

GroupTemplateProperty

DependencyProperty

Identifies the GroupTemplate dependency property.

C#
public static readonly DependencyProperty GroupTemplateProperty

LabelFormatProperty

DependencyProperty

Identifies the LabelFormat dependency property.

C#
public static readonly DependencyProperty LabelFormatProperty

LabelPathProperty

DependencyProperty

Identifies the LabelPath dependency property.

C#
public static readonly DependencyProperty LabelPathProperty

LeafItemStyleProperty

DependencyProperty

Identifies the LeafItemStyle dependency property.

C#
public static readonly DependencyProperty LeafItemStyleProperty

LeafMappingsProperty

DependencyProperty

Identifies the LeafMappingsProperty dependency property.

C#
public static readonly DependencyProperty LeafMappingsProperty

LeafTemplateProperty

DependencyProperty

Identifies the LeafTemplate dependency property.

C#
public static readonly DependencyProperty LeafTemplateProperty

ToolTipFormatProperty

DependencyProperty

Identifies the ToolTipFormat dependency property.

C#
public static readonly DependencyProperty ToolTipFormatProperty

ToolTipPathProperty

DependencyProperty

Identifies the ToolTipPath dependency property.

C#
public static readonly DependencyProperty ToolTipPathProperty

ToolTipTemplateProperty

DependencyProperty

Identifies the ToolTipTemplate dependency property.

C#
public static readonly DependencyProperty ToolTipTemplateProperty

ValuePathProperty

DependencyProperty

Identifies the ValuePath dependency property.

C#
public static readonly DependencyProperty ValuePathProperty

Properties

Gets or sets the group definitions.

C#
public GroupDefinitionCollection GroupDefinitions { get; set; }
Property Value:

The group definitions collection.

GroupTemplate

HierarchicalDataTemplate

Gets or sets the group template.

C#
public HierarchicalDataTemplate GroupTemplate { get; set; }
Property Value:

The group template.

Gets or sets the label format.

C#
public string LabelFormat { get; set; }
Property Value:

The label format.

Gets or sets the label path.

C#
public string LabelPath { get; set; }
Property Value:

The label path.

Gets or sets the style for the leaf items.

C#
public Style LeafItemStyle { get; set; }
Property Value:

The item style.

Gets the leaf value mappings.

C#
public ObjectMappingCollection LeafMappings { get; }
Property Value:

The leaf value mappings.

LeafTemplate

DataTemplate

Gets or sets the leaf template.

C#
public DataTemplate LeafTemplate { get; set; }
Property Value:

The leaf template.

Gets or sets the tool tip format.

C#
public string ToolTipFormat { get; set; }
Property Value:

The tool tip format.

Gets or sets the tool tip path.

C#
public string ToolTipPath { get; set; }
Property Value:

The tool tip path.

ToolTipTemplate

DataTemplate

Gets or sets the tool tip template.

C#
public DataTemplate ToolTipTemplate { get; set; }
Property Value:

The tool tip template.

Gets or sets the value path.

C#
public string ValuePath { get; set; }
Property Value:

The value path.

Methods

Indicates that the initialization process for the element is complete.

C#
public override void EndInit()
Exceptions:

InvalidOperationException

was called without having previously been called on the element.

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Called when [items source changed].

C#
protected override void OnItemsSourceChanged(IEnumerable oldData, IEnumerable newData)
Parameters:oldDataIEnumerable

The old data.

newDataIEnumerable

The new data.

Overrides: RadTreeMapBase.OnItemsSourceChanged(IEnumerable, IEnumerable)

Called when LayoutStrategy property changes..

C#
protected override void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
Parameters:senderobject

The RadTreeMapBase object.

newValueLayoutStrategyBase

The new value.

Overrides: RadTreeMapBase.OnLayoutStrategyChanged(object, LayoutStrategyBase)