HtmlForgeX

API Reference

Class

TablerGeoSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Geographic summary card that combines a full map surface with compact summary metrics and ranked regional highlights.

Inheritance

Constructors

Methods

public TablerGeoSummaryCard Accent(TablerColor color) #
Returns: TablerGeoSummaryCard

Sets the accent color used by the card shell.

Parameters

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

Adds a compact metric shown above the map surface.

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 TablerGeoSummaryCard AddRegion(String title, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerGeoSummaryCard

Adds a ranked regional highlight shown beside the map surface.

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

Configures the embedded vector map.

Parameters

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

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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