API Reference
Class
TablerGaugeCardSettings
Settings sub-builder for TablerGaugeCard.
Inheritance
- Object
- TablerGaugeCardSettings
Methods
public TablerGaugeCardSettings Accent(TablerColor color) #Returns:
TablerGaugeCardSettingsSets the accent color used by the gauge card.
Parameters
- color HtmlForgeX.TablerColor
public TablerGaugeCardSettings Bands(params ValueTuple<Double, TablerColor>[] bands) #Returns:
TablerGaugeCardSettingsConfigures cumulative threshold bands used to color the value arc.
Parameters
- bands System.ValueTuple{System.Double,HtmlForgeX.TablerColor}[]
public TablerGaugeCardSettings FillHeight(Boolean enable = true) #Returns:
TablerGaugeCardSettingsMakes the card stretch to the available height in grid layouts.
Parameters
- enable System.Boolean = true
public TablerGaugeCardSettings GaugeHeight(Int32 pixels) #Returns:
TablerGaugeCardSettingsSets the gauge chart height in pixels.
Parameters
- pixels System.Int32
public TablerGaugeCardSettings SemiGauge(Boolean enable = true) #Returns:
TablerGaugeCardSettingsSwitches between semi-circular and full radial gauge geometry.
Parameters
- enable System.Boolean = true