RadTreeMap
RadTreeMap displays a hierarchical collection of items. 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 RadTreeMap : RadTreeMapBase, ISupportInitialize
Inheritance: objectRadTreeMapBaseRadTreeMap
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTreeMap class.
public RadTreeMap()
Fields
DefaultItemTemplateProperty
DependencyProperty
Identifies the DefaultItemTemplate dependency property.
public static readonly DependencyProperty DefaultItemTemplateProperty
TypeDefinitionsProperty
DependencyProperty
Identifies the TypeDefinitions dependency property.
public static readonly DependencyProperty TypeDefinitionsProperty
Properties
DefaultItemTemplate
DataTemplate
Gets or sets the default item template.
public DataTemplate DefaultItemTemplate { get; set; }
The default template.
Gets or sets the type definitions.
public TypeDefinitionCollection TypeDefinitions { get; set; }
The type definitions.
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 sender.
newValueLayoutStrategyBaseThe new value.
Overrides: