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.
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
Initializes a new instance of the RadPivotMap class.
public RadPivotMap()
Fields
GroupDefinitionsProperty
DependencyProperty
Identifies the GroupDefinitions dependency property.
public static readonly DependencyProperty GroupDefinitionsProperty
GroupTemplateProperty
DependencyProperty
Identifies the GroupTemplate dependency property.
public static readonly DependencyProperty GroupTemplateProperty
LabelFormatProperty
DependencyProperty
Identifies the LabelFormat dependency property.
public static readonly DependencyProperty LabelFormatProperty
LabelPathProperty
DependencyProperty
Identifies the LabelPath dependency property.
public static readonly DependencyProperty LabelPathProperty
LeafItemStyleProperty
DependencyProperty
Identifies the LeafItemStyle dependency property.
public static readonly DependencyProperty LeafItemStyleProperty
LeafMappingsProperty
DependencyProperty
Identifies the LeafMappingsProperty dependency property.
public static readonly DependencyProperty LeafMappingsProperty
LeafTemplateProperty
DependencyProperty
Identifies the LeafTemplate dependency property.
public static readonly DependencyProperty LeafTemplateProperty
ToolTipFormatProperty
DependencyProperty
Identifies the ToolTipFormat dependency property.
public static readonly DependencyProperty ToolTipFormatProperty
ToolTipPathProperty
DependencyProperty
Identifies the ToolTipPath dependency property.
public static readonly DependencyProperty ToolTipPathProperty
ToolTipTemplateProperty
DependencyProperty
Identifies the ToolTipTemplate dependency property.
public static readonly DependencyProperty ToolTipTemplateProperty
ValuePathProperty
DependencyProperty
Identifies the ValuePath dependency property.
public static readonly DependencyProperty ValuePathProperty
Properties
Gets or sets the group definitions.
public GroupDefinitionCollection GroupDefinitions { get; set; }
The group definitions collection.
GroupTemplate
HierarchicalDataTemplate
Gets or sets the group template.
public HierarchicalDataTemplate GroupTemplate { get; set; }
The group template.
Gets or sets the label format.
public string LabelFormat { get; set; }
The label format.
Gets or sets the label path.
public string LabelPath { get; set; }
The label path.
LeafItemStyle
Style
Gets or sets the style for the leaf items.
public Style LeafItemStyle { get; set; }
The item style.
Gets the leaf value mappings.
public ObjectMappingCollection LeafMappings { get; }
The leaf value mappings.
LeafTemplate
DataTemplate
Gets or sets the leaf template.
public DataTemplate LeafTemplate { get; set; }
The leaf template.
Gets or sets the tool tip format.
public string ToolTipFormat { get; set; }
The tool tip format.
Gets or sets the tool tip path.
public string ToolTipPath { get; set; }
The tool tip path.
ToolTipTemplate
DataTemplate
Gets or sets the tool tip template.
public DataTemplate ToolTipTemplate { get; set; }
The tool tip template.
Methods
Indicates that the initialization process for the element is complete.
public override void EndInit()
was called without having previously been called on the element.
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Called when [items source changed].
protected override void OnItemsSourceChanged(IEnumerable oldData, IEnumerable newData)
The old data.
newDataIEnumerableThe new data.
Overrides:
Called when LayoutStrategy property changes..
protected override void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
The RadTreeMapBase object.
newValueLayoutStrategyBaseThe new value.
Overrides: