HtmlForgeX

API Reference

Class

TablerAnalyticsSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Mid-page analytics summary card that combines a larger chart surface with compact summary and follow-up insight cards.

Inheritance

Constructors

Methods

public TablerAnalyticsSummaryCard Accent(TablerColor color) #
Returns: TablerAnalyticsSummaryCard

Sets the accent color used by the card shell.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAnalyticsSummaryCard AddHighlight(String title, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerAnalyticsSummaryCard

Adds a compact follow-up insight card shown beside the chart 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
public TablerAnalyticsSummaryCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerAnalyticsSummaryCard

Adds a compact metric shown above the chart 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 TablerAnalyticsSummaryCard Chart(Action<ApexCharts> configure) #
Returns: TablerAnalyticsSummaryCard

Configures the chart shown in the card.

Parameters

configure System.Action{HtmlForgeX.ApexCharts} requiredposition: 0
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerAnalyticsSummaryCard Settings(Action<TablerAnalyticsSummaryCardSettings> configure) #
Returns: TablerAnalyticsSummaryCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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