HtmlForgeX

API Reference

Class

TablerMetricListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A single KPI/stat row inside TablerMetricList.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public TablerMetricListItem() #

Methods

public TablerMetricListItem Change(String text, TablerChangeType type) #
Returns: TablerMetricListItem

Adds a change indicator such as +12% or -3m.

Parameters

text System.String requiredposition: 0
type HtmlForgeX.TablerChangeType requiredposition: 1
public TablerMetricListItem Class(String className) #
Returns: TablerMetricListItem
EditorBrowsable(2)

Adds classes to the rendered row.

Parameters

className System.String requiredposition: 0
public TablerMetricListItem Href(String href) #
Returns: TablerMetricListItem

Makes the whole row clickable.

Parameters

href System.String requiredposition: 0
public TablerMetricListItem Label(String label) #
Returns: TablerMetricListItem

Sets the primary metric label.

Parameters

label System.String requiredposition: 0
public TablerMetricListItem Note(String note) #
Returns: TablerMetricListItem

Sets supporting descriptive text.

Parameters

note System.String requiredposition: 0
public TablerMetricListItem Progress(Int32 percent) #
Returns: TablerMetricListItem

Sets the compact progress bar percentage.

Parameters

percent System.Int32 requiredposition: 0
public override String ToString() #
Returns: String
public TablerMetricListItem Value(String value) #
Returns: TablerMetricListItem

Sets the headline value.

Parameters

value System.String requiredposition: 0