Overview
12 Sep 20259 minutes to read
| Name | Description |
|---|---|
| Axis | Sets and gets the options to customize the axis of the heatmap. |
| Data | Configures the adaptor in the heatmap. |
| HeatMap | Represents the heatmap control. This is used to customize the properties of the heatmap in order to visualize two-dimensional data, with values represented by gradient or solid color variations. |
| LegendSettings | Gets and sets the options to customize the legend in the heatmap. |
| AxisLabelBorder | Sets and gets the options to customize the label border. |
| Border | Sets and gets the options to customize the borders in the heatmap. |
| BubbleData | Sets and gets the options to configure the mapping value for size and color in bubble cell type. |
| BubbleSize | Sets and gets the options to customize the size of the bubble heatmap cell type. |
| BubbleTooltipData | Specifies the current data of the bubble cell. |
| FillColor | Sets and gets the options to apply the fill color value for cell color range. |
| Font | Sets and gets the options to customize the text in heatmap. |
| Margin | Sets and gets the options to configures the margins of the heatmap. |
| MultiLevelCategories | Sets and gets the options to configure the multi-level labels. |
| MultiLevelLabels | Sets and gets the options to customize the multi-level labels. |
| PaletteCollection | Sets and gets the options to customize palette colors. |
| Title | Sets and gets the options to customize the title of heatmap. |
| TooltipBorder | Sets and gets the options to customize the tooltip borders in the heatmap. |
| CellSettings | Sets and gets the options to configure the cells of the heatmap. |
| PaletteSettings | Sets and gets the options to customize the color palette of heatmap. |
| SelectedCellDetails | Specifies the details of the selected cells. |
| Size | Specifies the size information of an element. |
| TooltipSettings | Sets and gets the options to customize the tooltip in heatmap. |
| ICellClickEventArgs | Specifies the event arguments for the cell clicked event in the heatmap. |
| ICellEventArgs | Specifies the event argument for the cell render event. |
| IHeatMapEventArgs | Defines the basic and common options in the event arguments of the heatmap. |
| ILegendRenderEventArgs | Specifies the event arguments for the legend render event. |
| IResizeEventArgs | Specifies the event arguments for the resize event in heatmap. |
| ITooltipEventArgs | Specifies the event argument for the tooltip render event in heatmap. |
| AdaptorType | Specifies the type of the adaptor to process the data set in the heatmap. Cell - This adaptor type processes the cell type data source. Table - This adaptor type processes the table type data source. None - No adaptor type will be used for the data source. |
| Alignment | Defines the alignment in the heatmap. They are, * Near - Aligns the element to the left. * Center - Aligns the element to the center. * Far - Aligns the element to the right. * |
| BorderType | Defines the type of the border for the axis labels. The following are the available types. |
| BubbleType | Defines the type of the bubble heatmap. The available types are, * Size - The bubble heatmap will be rendered in size variations based on the provided data. * Color - The bubble heatmap will be rendered in color variations based on the provided data. * Sector - Define the bubble type is sector. * SizeAndColor - Define the bubble type is sizeandcolor. |
| CellType | Defines the type of the cells in heatmap. The available types are, * Rect - Renders the heatmap cells in rectangle shape. * Bubble - Renders the heatmap cells in bubble shape. |
| ColorGradientMode | Specifies the color gradient mode in heatmap. * Table: The minimum and maximum value colors calculated for overall data. * Row: The minimum and maximum value colors calculated for each row of data. * Column : The minimum and maximum value colors calculated for each column of data. |
| DrawType | Defines the rendering mode of heatmap. The following are the available rendering modes. SVG - Heatmap is rendered using SVG element. Canvas - Heatmap is rendered using Canvas element. Auto - Automatically switches the rendering mode based on number of records in the data source. |
| ExportType | Defines the type of exporting the rendered heatmap. |
| HeatMapTheme | Defines the theme of the heatmap. |
| IntervalType | Defines the type of the interval between the axis labels in date time axis.The available types are, * years - Defines the interval of the axis labels in years. * months - Defines the interval of the axis labels in months. * days - Defines the interval of the axis labels in days. * hours - Defines the interval of the axis labels in hours. * minutes - Defines the interval of the axis labels in minutes. |
| LabelDisplayType | Specifies the display mode for label for smart legend. The available display types are, * All: All the labels in the legend are displayed. * Edge: Labels will be displayed only at the edges of the legend. * None: No labels are displayed. |
| LabelIntersectAction | Defines the actions when the axis labels intersect with each other.The actions available are, None - Shows all the labels. Trim - Trims the label when label text intersects with other labels. Rotate45 - Rotates the label to 45 degree when it intersects other labels. MultipleRows - Shows all the labels as multiple rows when it intersects other labels. |
| LabelType | Specifies the axis label display type for the date time axis. The following are available types, * None - Axis labels displayed based on the value type. * years - Displays the axis labels for every year. * months - Displays the axis labels for every month. * days - Displays the axis labels for every day. * hours - Displays the axis labels for every hour. |
| LegendPosition | the position of the legend. Left - Renders legend at the left of the heatmap. Right - Renders legend at the right of the heatmap. Top - Renders legend at the top of the heatmap. Bottom -Renders legend at the bottom of the heatmap. |
| PaletteType | Defines the style in which the color is to be applied to the cells. * Gradient - Renders the heatmap cells with linear gradient colors. * Fixed - Renders the heatmap cells with fixed colors. |
| TextOverflow | Defines the overflow style of the text in heatmap. None - No action is taken when the text overflows. Wrap - Wraps the multi-level labels when the text overflows. Trim - Trims the multi-level labels when the text overflows. |
| ValueType | Defines the type of the data to be handled in the axis. The available types are * Numeric - Renders a numeric axis. * DateTime - Renders a axis that handles date and time. * Category - Renders a axis that renders user provided labels. |