API Reference
Class
TablerMetricCardSettings
Settings sub-builder for TablerMetricCard.
Inheritance
- Object
- TablerMetricCardSettings
Methods
public TablerMetricCardSettings Accent(TablerColor color) #Returns:
TablerMetricCardSettingsSets the accent color used by the metric card.
Parameters
- color HtmlForgeX.TablerColor
public TablerMetricCardSettings ChartColor(TablerColor color) #Returns:
TablerMetricCardSettingsOverrides the inline chart color.
Parameters
- color HtmlForgeX.TablerColor
public TablerMetricCardSettings ChartHeight(Int32 pixels) #Returns:
TablerMetricCardSettingsSets the chart height in pixels when an inline chart is present.
Parameters
- pixels System.Int32
public TablerMetricCardSettings FillHeight(Boolean enable = true) #Returns:
TablerMetricCardSettingsMakes the card stretch to the available height in grid layouts.
Parameters
- enable System.Boolean = true