Class 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.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public sealed class RadTreeMap : RadTreeMapBase, ISupportInitialize
Constructors
RadTreeMap()
Fields
DefaultItemTemplateProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultItemTemplateProperty
Field Value
System.
|
TypeDefinitionsProperty
Identifies the Type
Declaration
public static readonly DependencyProperty TypeDefinitionsProperty
Field Value
System.
|
Properties
DefaultItemTemplate
Gets or sets the default item template.
Declaration
public DataTemplate DefaultItemTemplate { get; set; }
Property Value
System. The default template. |
TypeDefinitions
Gets or sets the type definitions.
Declaration
public TypeDefinitionCollection TypeDefinitions { get; set; }
Property Value
Type The type definitions. |
Methods
EndInit()
Indicates that the initialization process for the element is complete.
Declaration
public override void EndInit()
Exceptions
System. System. |
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when [items source changed].
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldData, IEnumerable newData)
Parameters
System. The old data. |
System. The new data. |
Overrides
OnLayoutStrategyChanged(Object, LayoutStrategyBase)
Called when LayoutStrategy property changes.
Declaration
protected override void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
Parameters
System. The sender. |
Layout The new value. |