New to Telerik UI for WinFormsStart a free 30-day trial

Properties, Methods and Events

Updated over 6 months ago

RadTreeMap's Properties

PropertyDescription
DefaultSizeGets the default size of the RadTreeMap when a new instance is initialized.
ValueMemberGets or sets the value member.
DisplayMemberGets or sets the display member.
DataSourceGets or sets the data source.
ItemsGets a collection of TreeMapDataItem objects which represent the items in RadTreeMap.
GroupsGets a collection containing the groups of the RadTreeMap.
EnableGroupingGets or sets a value indicating whether the grouping is enabled.
AllowSelectionGets or sets a value indicating whether the selection is enabled.
AllowHotTrackingGets or sets a value indicating whether the hot tracking behavior is enabled.
AlgorithmGets or sets the tree map algorithm.
ColorizerGets or sets the tree map items colorizer.
HoveredItemGets the hovered item.
HoveredGroupGets the hovered group.
SelectedGroupGets or sets the selected group.
SelectedItemGets or sets the selected item.
GroupBackColorGets or sets the group background color.
GroupBorderColorGets or sets the group border color.
HoveredItemBackColorGets or sets the hovered item background color.
HoveredItemBorderColorGets or sets the hovered item border color.
HoveredItemBorderWidthGets or sets the hovered item border width.
SelectedItemBackColorGets or sets the selected item background color.
SelectedItemBorderColorGets or sets the selected item border color.
SelectedItemBorderWidthGets or sets the border width of selected item.
WrapItemTextGets or sets a value indicating whether to wrap the text of the items.
ItemTextAlignmentGets or sets the text alignment of the items.
GroupTextAlignmentGets or sets the text alignment of the groups.
GroupDescriptorsGets a collection of GroupDescriptor which are used to define grouping rules over the TreeMapDataItemCollection.
TitleGets or sets the tree map title.
ShowLegendGets or sets a value indicating whether legend is shown.
LegendPositionGets or sets the legend position.
LegendOrientationGets or sets the orientation of the legend items.
LegendTitleGets or sets the legend title.
ToolTipDisplayModeGets or sets a value indicating how to display tool tips.

RadTreeMap's Methods

MethodDescription
EvaluateAlgorithmEvaluates the algorithm. When the algorithm passes, each item will have updated Bounds property.
ColorizeItemsThe colorizer passes through all items ad sets the corresponding background and foreground colors.

RadTreeMap's Events

EventDescription
ItemCreatingOccurs when a TreeMapDataItem needs to be created.
ItemDataBoundOccurs when a data-bound item is being attached to a TreeMapDataItem.
AlgorithmEvaluatedOccurs when the Algorithm has been evaluated and all Items have valid Bounds.
ItemPaintingOccurs when an item is about to be painted.
GroupPaintingOccurs when an group is about to be painted.
ItemPaintedOccurs when an item has been painted.
GroupPaintedOccurs when a group and its items have been painted.
HoveredItemChangedOccurs when the hovered item has changed.
HoveredGroupChangedOccurs when the hovered group has changed.
SelectedItemChangingOccurs when the selected item is about to be changed. Cancellable.
SelectedItemChangedOccurs when the selected item has changed.
SelectedGroupChangingOccurs when the selected group is about to be changed. Cancellable.
SelectedGroupChangedOccurs when the selected group has changed.
ScreenTipShowingOccurs when the screen tip is about to be shown. Cancellable.
ToolTipShowingOccurs when the tool tip is about to be shown. Cancellable.

See Also