ClassRadPivotMap
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
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public sealed class RadPivotMap : RadTreeMapBase, ISupportInitialize
Inheritance: objectRadTreeMapBaseRadPivotMap
Implements:
Inherited Members
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
DependencyProperty
GroupTemplateProperty
Identifies the GroupTemplate dependency property.
Declaration
public static readonly DependencyProperty GroupTemplateProperty
Field Value
DependencyProperty
LabelFormatProperty
Identifies the LabelFormat dependency property.
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
DependencyProperty
LabelPathProperty
Identifies the LabelPath dependency property.
Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
DependencyProperty
LeafItemStyleProperty
Identifies the LeafItemStyle dependency property.
Declaration
public static readonly DependencyProperty LeafItemStyleProperty
Field Value
DependencyProperty
LeafMappingsProperty
Identifies the LeafMappingsProperty dependency property.
Declaration
public static readonly DependencyProperty LeafMappingsProperty
Field Value
DependencyProperty
LeafTemplateProperty
Identifies the LeafTemplate dependency property.
Declaration
public static readonly DependencyProperty LeafTemplateProperty
Field Value
DependencyProperty
ToolTipFormatProperty
Identifies the ToolTipFormat dependency property.
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
DependencyProperty
ToolTipPathProperty
Identifies the ToolTipPath dependency property.
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
DependencyProperty
ToolTipTemplateProperty
Identifies the ToolTipTemplate dependency property.
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
DependencyProperty
ValuePathProperty
Identifies the ValuePath dependency property.
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
DependencyProperty
Properties
GroupDefinitions
Gets or sets the group definitions.
Declaration
public GroupDefinitionCollection GroupDefinitions { get; set; }
Property Value
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
The label format.
LabelPath
Gets or sets the label path.
Declaration
public string LabelPath { get; set; }
Property Value
The label path.
LeafItemStyle
Gets or sets the style for the leaf items.
Declaration
public Style LeafItemStyle { get; set; }
Property Value
Style
The item style.
LeafMappings
Gets the leaf value mappings.
Declaration
public ObjectMappingCollection LeafMappings { get; }
Property Value
The leaf value mappings.
LeafTemplate
Gets or sets the leaf template.
Declaration
public DataTemplate LeafTemplate { get; set; }
Property Value
DataTemplate
The leaf template.
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
The tool tip format.
ToolTipPath
Gets or sets the tool tip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
The tool tip path.
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
DataTemplate
The tool tip template.
Methods
EndInit()
Indicates that the initialization process for the element is complete.
Declaration
public override void EndInit()
Exceptions
was called without having previously been called on the element.
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when [items source changed].
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldData, IEnumerable newData)
Parameters
oldData
The old data.
newData
The new data.
Overrides
OnLayoutStrategyChanged(object, LayoutStrategyBase)
Called when LayoutStrategy property changes..
Declaration
protected override void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
Parameters
sender
The RadTreeMapBase object.
newValue
The new value.
Overrides