HtmlForgeX

API Reference

Class

TablerAvailabilityHeatmap

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Numeric heatmap for availability, peak hours, appointment volume, or capacity windows.

Inheritance

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

Accepted by parameters

Constructors

Methods

public TablerAvailabilityHeatmap Accent(TablerColor color) #
Returns: TablerAvailabilityHeatmap

Sets the accent color used for the heat scale.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAvailabilityHeatmap AddColumn(String label) #
Returns: TablerAvailabilityHeatmap

Adds one column label.

Parameters

label System.String requiredposition: 0
public TablerAvailabilityHeatmap AddColumns(params String[] labels) #
Returns: TablerAvailabilityHeatmap

Adds multiple column labels.

Parameters

labels System.String[] requiredposition: 0
AddPeakWindow 3 overloads
public TablerAvailabilityHeatmap AddPeakWindow(String title, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerAvailabilityHeatmap

Adds a highlighted peak or quiet window summary.

Parameters

title System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
public TablerAvailabilityHeatmap AddPeakWindow(String title, DateTimeOffset start, DateTimeOffset end, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerAvailabilityHeatmap

Adds a highlighted window using invariant short-time labels.

Parameters

title System.String requiredposition: 0
start System.DateTime requiredposition: 1
end System.DateTime requiredposition: 2
note System.String = null optionalposition: 3
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 4
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 5
AddPeakWindow(System.String title, System.DateTimeOffset start, System.DateTimeOffset end, System.String note, System.Nullable{HtmlForgeX.TablerColor} color, System.Nullable{HtmlForgeX.TablerIconType} icon) #

Adds a highlighted window using invariant short-time labels.

Parameters

title System.String required
start System.DateTimeOffset required
end System.DateTimeOffset required
note System.String required
color System.Nullable{HtmlForgeX.TablerColor} required
icon System.Nullable{HtmlForgeX.TablerIconType} required
public TablerAvailabilityHeatmap AddRow(String label, params Double[] values) #
Returns: TablerAvailabilityHeatmap

Adds one heatmap row.

Parameters

label System.String requiredposition: 0
values System.Double[] requiredposition: 1
RegisterLibraries() #
public TablerAvailabilityHeatmap Settings(Action<TablerAvailabilityHeatmapSettings> configure) #
Returns: TablerAvailabilityHeatmap

Groups less-common display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerAvailabilityHeatmapSettings} requiredposition: 0
public TablerAvailabilityHeatmap Subtitle(String subtitle) #
Returns: TablerAvailabilityHeatmap

Sets supporting copy shown below the title.

Parameters

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

Sets the heatmap title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String