RadControls for WPF

 

Classes

  ClassDescription
Public classCategoricalDefinition
A definition based on which a RadHeatMap is constructed.
Public classDependencyObjectItemCollection<(Of <(<'TItem>)>)>
An observable collection that supports context inheritance and tracks its items for property changes.
Public classHeatMapCellDataPoint
A data point that contains information about the hovered cell of the HeatMapColorGrid.
Public classHeatMapColorGrid
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.
Public classHeatMapColorizer
Base class for all colorizers for RadHeatMap according to which the cells of the RadHeatMap will be colored.
Public classHeatMapColumnHeaderDecorator
A class that is intended to decorate the column-headers section of the RadHeatMap.
Public classHeatMapColumnHeaderSettings
A class used to set up the column-headers of the RadHeatMap.
Public classHeatMapColumnLabel
A class that represents a column-label, intended for use with the RadHeatMap.
Public classHeatMapColumnLabelsControl
An items control that will layout the HeatMapColumnLabel items in a horizontal manner.
Public classHeatMapColumnLabelsPanel
The panel that will layout the HeatMapColumnLabels in a horizontal manner.
Public classHeatMapDefinition
A base class for the definitions based on which a RadHeatMap is constructed.
Public classHeatMapDesaturationColorizer
A RadHeatMap desaturation colorizer. This colorizer will define the color for the cells of the RadHeatMap in correspondence to the StartColor property.
Public classHeatMapHeaderSettings
A base class for the row-header and column-header settings of the RadHeatMap.
Public classHeatMapItem
A class that wraps a data item.
Public classHeatMapLabel
A base class for the header labels of the RadHeatMap.
Public classHeatMapLabelInfo
This class contains information needed by the HeatMapLabel.
Public classHeatMapLabelsControlBase<(Of <(<'TLabel, TPanel>)>)>
A base class for the horizontal and vertical HeatMapLabels items controls.
Public classHeatMapLabelsPanelBase
The base class for the panels that will layout the heat map labels.
Public classHeatMapRangeColor
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.
Public classHeatMapRangeColorCollection
Defines an observable collection of objects, intended for use with the HeatMapRangeColorizer.
Public classHeatMapRangeColorizer
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.
Public classHeatMapRowHeaderDecorator
A class that is intended to decorate the row-headers section of the RadHeatMap.
Public classHeatMapRowHeaderSettings
A class used to set up the column-headers of the RadHeatMap.
Public classHeatMapRowLabel
A class that represents a row-label, intended for use with the RadHeatMap.
Public classHeatMapRowLabelsControl
An items control that will layout the HeatMapColumnLabel items in a vertical manner.
Public classHeatMapRowLabelsPanel
The panel that will layout the HeatMapColumnLabels in a vertical manner.
Public classHeatMapToolTipSettings
A class used to set up the tool tip of the HeatMapColorGrid.
Public classHeatMapValueGradientColorizer
A RadHeatMap colorizer that works with GradientStops.
Public classHorizontalDefinition
A definition based on which a RadHeatMap is constructed. The MemberMappings correspond to columns.
Public classMemberDefinitionBase
A base class for the Horizontal and Vertical member mappings.
Public classMemberMapping
This class represents a mapping between a member of the item in the HeatMapDefinition's ItemsSource and the row, or column, of the RadHeatMap.
Public classMemberMappingsCollection
A dependency collection of MemberMapping items.
Public classPositionToGridColumnConverter
A class that is used to convert a HeatMapRowLabelsPanelPosition to a Grid.Column index.
Public classPositionToGridRowConverter
A class that is used to convert a HeatMapColumnLabelsPanelPosition to a Grid.Row index.
Public classVerticalDefinition
A definition based on which a RadHeatMap is constructed. The MemberMappings correspond to rows.

Enumerations

  EnumerationDescription
Public enumerationHeatMapColumnLabelsPanelPosition
Specifies the position of the HeatMapColumnLabelsControl.
Public enumerationHeatMapRowLabelsPanelPosition
Specifies the position of the HeatMapRowLabelsControl.