HtmlForgeX

API Reference

Class

TablerTrackingSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard card that turns Tabler tracking blocks into a richer monitoring surface.

Inheritance

Constructors

Methods

public TablerTrackingSummaryCard Accent(TablerColor color) #
Returns: TablerTrackingSummaryCard

Sets the ambient accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerTrackingSummaryCard AddBlock(String tooltip, Nullable<TablerColor> color = null) #
Returns: TablerTrackingSummaryCard

Adds a tracking block. Pass no color for a neutral "no data" cell.

Parameters

tooltip System.String requiredposition: 0
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 1
public TablerTrackingSummaryCard AddSignal(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerTrackingSummaryCard

Adds a compact signal tile under the tracking row.

Parameters

label 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 TablerTrackingSummaryCard Change(String text, Nullable<TablerChangeType> type = null) #
Returns: TablerTrackingSummaryCard

Sets the value change shown next to the headline metric.

Parameters

text System.String requiredposition: 0
type System.Nullable{HtmlForgeX.TablerChangeType} = null optionalposition: 1
public TablerTrackingSummaryCard Note(String note) #
Returns: TablerTrackingSummaryCard

Sets the compact operational note shown under the metric row.

Parameters

note System.String requiredposition: 0
public TablerTrackingSummaryCard Period(String period) #
Returns: TablerTrackingSummaryCard

Sets a small period label shown above the main value.

Parameters

period System.String requiredposition: 0
RegisterLibraries() #
public TablerTrackingSummaryCard Settings(Action<TablerTrackingSummaryCardSettings> configure) #
Returns: TablerTrackingSummaryCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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

Sets the main headline value.

Parameters

value System.String requiredposition: 0