Namespace Telerik.Windows.Controls.HeatMap
Classes
A definition based on which a RadHeatMap is constructed. |
DependencyObjectItemCollection<TItem> An observable collection that supports context inheritance and tracks its items for property changes. |
A data point that contains information about the hovered cell of the HeatMapColorGrid. |
A class used to set up the cell label of the RadHeatMap. |
A control that is intended to represent the color cells of RadHeatMap. This control visualizes a grid that has rows, columns and cells, where each cell has only a color. The grid is drawn in accordance to a HeatMapDefinition. |
Base class for all colorizers for RadHeatMap according to which the cells of the RadHeatMap will be colored. |
A class that is intended to decorate the column-headers section of the RadHeatMap. |
A class used to set up the column-headers of the RadHeatMap. |
A class that represents a column-label, intended for use with the RadHeatMap. |
An items control that will layout the HeatMapColumnLabel items in a horizontal manner. |
The panel that will layout the HeatMapColumnLabels in a horizontal manner. |
HeatMapColumnLabelsPanelPosition Specifies the position of the HeatMapColumnLabelsControl. |
A base class for the definitions based on which a RadHeatMap is constructed. |
A RadHeatMap desaturation colorizer. This colorizer will define the color for the cells of the RadHeatMap in correspondence to the StartColor property. |
A base class for the row-header and column-header settings of the RadHeatMap. |
A class that wraps a data item. |
A base class for the header labels of the RadHeatMap. |
This class contains information needed by the HeatMapLabel. |
HeatMapLabelsControlBase<TLabel, TPanel> A base class for the horizontal and vertical HeatMapLabels items controls. |
A control that is intended to represent the cell labels of RadHeatMap. This control visualizes a grid that has rows, columns and cells, where each cell contains a label. The grid is rendered in accordance to a HeatMapDefinition and HeatMapCellLabelSettings. |
The base class for the panels that will layout the heat map labels. |
Defines a class used by the HeatMapRangeColorizer to select colors for the cells of the RadHeatMap. The values that fall within the From and To will be shown with the specified Color. |
Defines an observable collection of HeatMapRangeColor objects, intended for use with the HeatMapRangeColorizer. |
A RadHeatMap colorizer that works with ranges. For each range there is a corresponding color and a value falling within the specified range will be shown with the specified color. |
A class that is intended to decorate the row-headers section of the RadHeatMap. |
A class used to set up the column-headers of the RadHeatMap. |
A class that represents a row-label, intended for use with the RadHeatMap. |
An items control that will layout the HeatMapColumnLabel items in a vertical manner. |
The panel that will layout the HeatMapColumnLabels in a vertical manner. |
Specifies the position of the HeatMapRowLabelsControl. |
Specifies the selection mode of a RadHeatMap. |
A class used to set up the tool tip of the HeatMapColorGrid. |
A RadHeatMap colorizer that works with System.Windows.Media.GradientStops. |
A definition based on which a RadHeatMap is constructed. The MemberMappings correspond to columns. |
A base class for the Horizontal and Vertical member mappings. |
This class represents a mapping between a member of the item in the HeatMapDefinition's ItemsSource and the row, or column, of the RadHeatMap. |
A dependency collection of MemberMapping items. |
A class that is used to convert a HeatMapRowLabelsPanelPosition to a Grid.Column index. |
A class that is used to convert a HeatMapColumnLabelsPanelPosition to a Grid.Row index. |
A definition based on which a RadHeatMap is constructed. The MemberMappings correspond to rows. |
Interfaces
Describes the heat map source collection used by the heat map definition. |