HtmlForgeX

API Reference

Class

TablerAvailabilityHeatmapSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerAvailabilityHeatmapSettings Accent(TablerColor color) #
Returns: TablerAvailabilityHeatmapSettings

Sets the accent color used for the heat scale.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAvailabilityHeatmapSettings Compact(Boolean enabled = true) #
Returns: TablerAvailabilityHeatmapSettings

Uses tighter spacing for dense dashboard panels.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerAvailabilityHeatmapSettings EmptyMessage(String message) #
Returns: TablerAvailabilityHeatmapSettings

Sets the empty-state message.

Parameters

message System.String requiredposition: 0
public TablerAvailabilityHeatmap End() #
Returns: TablerAvailabilityHeatmap

Returns the root heatmap.

public TablerAvailabilityHeatmapSettings FillHeight(Boolean enabled = true) #
Returns: TablerAvailabilityHeatmapSettings

Stretches the heatmap to fill the parent height.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerAvailabilityHeatmapSettings Legend(String title = "Color key") #
Returns: TablerAvailabilityHeatmapSettings

Sets the legend title, or hides it when empty.

Parameters

title System.String = "Color key" optionalposition: 0
public TablerAvailabilityHeatmapSettings MaxHeight<THeight>(THeight height) #
Returns: TablerAvailabilityHeatmapSettings

Type Parameters

THeight

Parameters

height THeight requiredposition: 0
MaxHeight``1(``0 height) #

Limits the internal heatmap scroll area height.

Parameters

height ``0 required
public TablerAvailabilityHeatmapSettings Scale(Double min, Double max) #
Returns: TablerAvailabilityHeatmapSettings

Sets the numeric scale used to color cells.

Parameters

min System.Double requiredposition: 0
max System.Double requiredposition: 1
public TablerAvailabilityHeatmapSettings Subtitle(String subtitle) #
Returns: TablerAvailabilityHeatmapSettings

Sets supporting copy shown below the title.

Parameters

subtitle System.String requiredposition: 0
public TablerAvailabilityHeatmapSettings Title(String title) #
Returns: TablerAvailabilityHeatmapSettings

Sets the heatmap title.

Parameters

title System.String requiredposition: 0
public TablerAvailabilityHeatmapSettings Unit(String unit) #
Returns: TablerAvailabilityHeatmapSettings

Appends a compact unit suffix to rendered values.

Parameters

unit System.String requiredposition: 0