HtmlForgeX

API Reference

Class

TablerMetricCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerMetricCard.

Inheritance

  • Object
  • TablerMetricCardSettings

Methods

public TablerMetricCardSettings Accent(TablerColor color) #
Returns: TablerMetricCardSettings

Sets the accent color used by the metric card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerMetricCardSettings ChartColor(TablerColor color) #
Returns: TablerMetricCardSettings

Overrides the inline chart color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerMetricCardSettings ChartHeight(Int32 pixels) #
Returns: TablerMetricCardSettings

Sets the chart height in pixels when an inline chart is present.

Parameters

pixels System.Int32 requiredposition: 0
public TablerMetricCard End() #
Returns: TablerMetricCard

Returns control to the root metric card.

public TablerMetricCardSettings FillHeight(Boolean enable = true) #
Returns: TablerMetricCardSettings

Makes the card stretch to the available height in grid layouts.

Parameters

enable System.Boolean = true optionalposition: 0