ClassRadTreeMap
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
RadTreeMap()
Initializes a new instance of the RadTreeMap class.
Declaration
public RadTreeMap()
Fields
DefaultItemTemplateProperty
Identifies the DefaultItemTemplate dependency property.
Declaration
public static readonly DependencyProperty DefaultItemTemplateProperty
Field Value
DependencyProperty
TypeDefinitionsProperty
Identifies the TypeDefinitions dependency property.
Declaration
public static readonly DependencyProperty TypeDefinitionsProperty
Field Value
DependencyProperty
Properties
DefaultItemTemplate
Gets or sets the default item template.
Declaration
public DataTemplate DefaultItemTemplate { get; set; }
Property Value
DataTemplate
The default template.
TypeDefinitions
Gets or sets the type definitions.
Declaration
public TypeDefinitionCollection TypeDefinitions { get; set; }
Property Value
The type definitions.
Methods
EndInit()
Indicates that the initialization process for the element is complete.
Declaration
public override void EndInit()
Exceptions
<xref href="System.Windows.FrameworkElement.EndInit" data-throw-if-not-resolved="false"></xref>
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 sender.
newValue
The new value.
Overrides