Skip to main content
A newer version of this page is available. .

DevExpress.XtraTreeMap Namespace

Contains all required classes for the functioning of the TreeMapControl.

Assembly: DevExpress.XtraTreeMap.v18.1.dll

Classes

Name Description
BorderBase Represents the base class for all border objects.
GroupDataMemberCollection The collection of names of data members that are used to group values.
GroupInfo The tree map group information storage.
InsideRectangularBorder Contains the inside border settings of rectangular elements within a TreeMap control.
Palette Represents a palette (collection of colors) used to draw a TreeMap.
RectangularBorder Contains border settings of rectangular elements within a TreeMap control.
SelectedGroupCollection The selected group path collection.
TreeMapColorizerBase A base class for all tree map colorizers.
TreeMapControl Displays flat and hierarchical data by using nested rectangles. See TreeMap Control.
TreeMapCustomItem A styleable tree map item.
TreeMapDataAdapterBase A base class for all tree map data adapters.
TreeMapElement A base class for all tree map elements.
TreeMapElementStyleBase The base class for all tree map element style classes.
TreeMapFlatDataAdapter The data adapter that provides flat data to a tree map.
TreeMapGradientColorizer The colorizer that colors tree map items from the TreeMapGradientColorizer.StartColor to the TreeMapGradientColorizer.EndColor using a gradient.
TreeMapGroupGradientColorizer The colorizer that colors the tree map items in colors blended from group colors and gradient colors in a proportion based on the tree map item value.
TreeMapHierarchicalDataAdapter A data adapter that allows you to provide hierarchical data to the Tree Map.
TreeMapHierarchicalDataMapping Information about data object mapping to a tree map item.
TreeMapHitInfo Contains information about what is located at a specific point within the Tree Map.
TreeMapItem An item of a tree map.
TreeMapItemCollection A collection of TreeMapItem objects.
TreeMapItemGroupStyle The style of a tree map group.
TreeMapItemLeafStyle The style of a tree map leaf.
TreeMapItemStorage Stores a collection of tree map items and provides them to a tree map control.
TreeMapItemStyle A base class for style classes of different tree map item types.
TreeMapLayoutAlgorithmBase A base class for all TreeMap layout algorithms.
TreeMapPaletteColorizer The colorizer that colors tree map items using a palette.
TreeMapPaletteColorizerBase A base class for all colorizers supporting a palette.
TreeMapRangeColorizer A colorizer that allows you to provide colors based on which range the ITreeMapItem.Value belongs to.
TreeMapSliceAndDiceLayoutAlgorithm A class representing the Slice and Dice layout algorithm.
TreeMapSquarifiedLayoutAlgorithm A class representing the Squarified layout algorithm.
TreeMapStripedLayoutAlgorithm A class representing the Strip layout algorithm.

Interfaces

Name Description
ITreeMapColorizer The interface that should be implemented by a colorizer class.
ITreeMapDataAdapter The interface that should be implemented by a data provider class.
ITreeMapLayoutAlgorithm The interface that should be implemented by a layout algorithm class.

Structs

Name Description
TreeMapItemGroupInfo This class stores information about a tree map item group.

Enums

Name Description
ElementSelectionMode Lists selection modes available for the end-user.
TreeMapLayoutDirection Lists the possible tree map fill layout directions.
TreeMapSliceAndDiceLayoutMode Lists the modes of the TreeMapSliceAndDiceLayoutAlgorithm.