Name | Description |
---|---|
Data | Configures the Adaptor Property in the Heatmap. |
LegendSettings | Configures the Legend |
AxisLabelBorder | label border properties. |
Border | Configures the borders in the heat map. |
BubbleData | Configures the mapping name for size and color in SizeAndColor type. |
FillColor | class used to maintain the fill color value for cell color range |
Font | Configures the fonts in heat map. |
Margin | Configures the heat map margins. |
MultiLevelCategories | categories for multi level labels |
MultiLevelLabels | MultiLevelLabels properties |
PaletteCollection | class used to maintain palette information. |
Title | class used to maintain Title styles. |
TooltipBorder | Configures the tooltip borders in the heat map. |
CellSettings | Configures the CellSettings property in the Heatmap. |
PaletteSettings | Configures the color property in Heatmap. |
TooltipSettings | Configures the color property in Heatmap. |
Static Functions | Root static functions of Heatmap Component |
AdaptorType | specify the adapter type in heat map Cell - Heat map is rendering using cell type data source Table - Heat map is rendering using table type data source |
Alignment | Defines the Alignment. They are * near - Align the element to the left. * center - Align the element to the center. * far - Align the element to the right. * |
BorderType | Defines border type for multi level labels. * Rectangle * Brace * WithoutBorder * Without top Border * Without top and bottom border * Without bottom Border |
BubbleType | Defines Bubble Type. They are * Size - Define the bubble type is size. * Color - Define the bubble type is color. * Sector - Define the bubble type is sector. * SizeAndColor - Define the bubble type is sizeandcolor. |
CellType | Defines cell Type. They are * Rect - Render a HeatMap cells in rectangle shape. * Bubble - Render a HeatMap cells in bubble shape. |
ColorGradientMode | Specifies the type of label display for smart legend. * Table: Calculated Minimum and Maximum for Overall dataSource. * Row: Calculated Minimum and Maximum for Every Row. * Column : Calculated Minimum and Maximum for Every Column. |
DrawType | specify the rendering mode SVG - Heat map is render using SVG draw mode. Canvas - Heat map is render using Canvas draw mode. Auto - Automatically switch the draw mode based on number of records in data source. |
ExportType | Export Type |
HeatMapTheme | Defines Theme of the heatmap. |
IntervalType | Defines the interval type of datetime axis. They are * years - Define the interval of the axis in years. * months - Define the interval of the axis in months. * days - Define the interval of the axis in days. * hours - Define the interval of the axis in hours. * minutes - Define the interval of the axis in minutes. |
LabelDisplayType | Specifies the type of label display for smart legend. * All: All labels are displayed. * Edge: Labels will be displayed only at the edges of the legend. * None: No labels are displayed. |
LabelIntersectAction | specify the label intersect action for axis None - Shows all the labels with overlap. Trim - Trim the label when it intersect. Rotate45 - Rotate the label to 45 degree when it intersect. MultipleRows - Shows all the labels in multiple rows when it intersect. |
LabelType | Defines the axis label display type for date time axis. They are * None: Axis labels displayed based on the value type * years - Define the axis labels display in every year. * months - Define the axis labels display in every month. * days - Define the axis labels display in every days. * hours - Define the axis labels display in every hours. |
LegendPosition | Defines the Legend position Left - Legend in the left position Right - Legend in the left right position Up - Legend in the left up position Down -Legend in the left down position |
PaletteType | Defines Color type for heat map cell. * Gradient - Render a HeatMap cells with linear gradient color. * Fixed - Render a HeatMap cells with fixed color. |
TextOverflow | Defines the text over flow None - Used to show the heat map text with overlap to other element Wrap - Used to show the heat map text with Wrap support Trim - Used to show the heat map text with Trim |
ValueType | Defines the type of axis. They are * double - Renders a numeric axis. * dateTime - Renders a dateTime axis. * category - Renders a category axis. |