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.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public sealed class RadPivotMap : RadTreeMapBase, ISupportInitialize
Constructors
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
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
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. |