HtmlForgeX

API Reference

Class

TablerGaugeCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerGaugeCard.

Inheritance

  • Object
  • TablerGaugeCardSettings

Methods

public TablerGaugeCardSettings Accent(TablerColor color) #
Returns: TablerGaugeCardSettings

Sets the accent color used by the gauge card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerGaugeCardSettings Bands(params ValueTuple<Double, TablerColor>[] bands) #
Returns: TablerGaugeCardSettings

Configures cumulative threshold bands used to color the value arc.

Parameters

bands System.ValueTuple{System.Double,HtmlForgeX.TablerColor}[] requiredposition: 0
public TablerGaugeCard End() #
Returns: TablerGaugeCard

Returns control to the root gauge card.

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

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

Parameters

enable System.Boolean = true optionalposition: 0
public TablerGaugeCardSettings GaugeHeight(Int32 pixels) #
Returns: TablerGaugeCardSettings

Sets the gauge chart height in pixels.

Parameters

pixels System.Int32 requiredposition: 0
public TablerGaugeCardSettings SemiGauge(Boolean enable = true) #
Returns: TablerGaugeCardSettings

Switches between semi-circular and full radial gauge geometry.

Parameters

enable System.Boolean = true optionalposition: 0