API Reference
Class
TablerAvailabilityHeatmapSettings
Settings for TablerAvailabilityHeatmap.
Inheritance
- Object
- TablerAvailabilityHeatmapSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerAvailabilityHeatmapSettings.Accent
- Method TablerAvailabilityHeatmapSettings.Compact
- Method TablerAvailabilityHeatmapSettings.EmptyMessage
- Method TablerAvailabilityHeatmapSettings.FillHeight
- Method TablerAvailabilityHeatmapSettings.Legend
- Method TablerAvailabilityHeatmapSettings.MaxHeight
- Method TablerAvailabilityHeatmapSettings.Scale
- Method TablerAvailabilityHeatmapSettings.Subtitle
- Method TablerAvailabilityHeatmapSettings.Title
- Method TablerAvailabilityHeatmapSettings.Unit
Accepted by parameters
Methods
public TablerAvailabilityHeatmapSettings Accent(TablerColor color) #Returns:
TablerAvailabilityHeatmapSettingsSets the accent color used for the heat scale.
Parameters
- color HtmlForgeX.TablerColor
public TablerAvailabilityHeatmapSettings Compact(Boolean enabled = true) #Returns:
TablerAvailabilityHeatmapSettingsUses tighter spacing for dense dashboard panels.
Parameters
- enabled System.Boolean = true
public TablerAvailabilityHeatmapSettings EmptyMessage(String message) #Returns:
TablerAvailabilityHeatmapSettingsSets the empty-state message.
Parameters
- message System.String
public TablerAvailabilityHeatmapSettings FillHeight(Boolean enabled = true) #Returns:
TablerAvailabilityHeatmapSettingsStretches the heatmap to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerAvailabilityHeatmapSettings Legend(String title = "Color key") #Returns:
TablerAvailabilityHeatmapSettingsSets the legend title, or hides it when empty.
Parameters
- title System.String = "Color key"
public TablerAvailabilityHeatmapSettings MaxHeight<THeight>(THeight height) #Returns:
TablerAvailabilityHeatmapSettingsType Parameters
- THeight
Parameters
- height THeight
public TablerAvailabilityHeatmapSettings Scale(Double min, Double max) #Returns:
TablerAvailabilityHeatmapSettingsSets the numeric scale used to color cells.
Parameters
- min System.Double
- max System.Double
public TablerAvailabilityHeatmapSettings Subtitle(String subtitle) #Returns:
TablerAvailabilityHeatmapSettingsSets supporting copy shown below the title.
Parameters
- subtitle System.String
public TablerAvailabilityHeatmapSettings Title(String title) #Returns:
TablerAvailabilityHeatmapSettingsSets the heatmap title.
Parameters
- title System.String
public TablerAvailabilityHeatmapSettings Unit(String unit) #Returns:
TablerAvailabilityHeatmapSettingsAppends a compact unit suffix to rendered values.
Parameters
- unit System.String