HtmlForgeX

API Reference

Class

TablerMapSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard-oriented summary card that combines a vector map with compact supporting metrics.

Inheritance

Constructors

Methods

public TablerMapSummaryCard Accent(TablerColor color) #
Returns: TablerMapSummaryCard

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerMapSummaryCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null) #
Returns: TablerMapSummaryCard

Adds a compact summary metric shown alongside the map.

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
GetAuxiliaryChildren() #
public TablerMapSummaryCard Map(Action<JsVectorMap> configure) #
Returns: TablerMapSummaryCard

Configures the embedded vector map.

Parameters

configure System.Action{HtmlForgeX.JsVectorMap} requiredposition: 0
OnAddedToDocument() #
RegisterLibraries() #
public TablerMapSummaryCard Settings(Action<TablerMapSummaryCardSettings> configure) #
Returns: TablerMapSummaryCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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