HtmlForgeX

API Reference

Class

TablerGaugeCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard-focused radial status card with a built-in gauge chart and compact summary copy.

Inheritance

Constructors

Methods

public TablerGaugeCard Accent(TablerColor color) #
Returns: TablerGaugeCard

Sets the accent color used by the gauge and status treatments.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerGaugeCard Gauge(Double value, Double min = 0, Double max = 100) #
Returns: TablerGaugeCard

Configures the gauge value and range.

Parameters

value System.Double requiredposition: 0
min System.Double = 0 optionalposition: 1
max System.Double = 100 optionalposition: 2
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerGaugeCard Settings(Action<TablerGaugeCardSettings> configure) #
Returns: TablerGaugeCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerGaugeCardSettings} requiredposition: 0
public TablerGaugeCard Status(String statusText) #
Returns: TablerGaugeCard

Sets the footer status text shown below the gauge.

Parameters

statusText System.String requiredposition: 0
public TablerGaugeCard Subtitle(String subtitle) #
Returns: TablerGaugeCard

Sets supporting text shown beneath the title.

Parameters

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

Sets the overline title shown in the card header.

Parameters

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

Sets the central value label displayed on top of the gauge.

Parameters

valueLabel System.String requiredposition: 0