HtmlForgeX

API Reference

Class

TablerGaugeCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerGaugeCard.

Inheritance

  • Object
  • TablerGaugeCardSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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
HeaderInfo 2 overloads
public TablerGaugeCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #
Returns: TablerGaugeCardSettings

Adds a compact click-only info affordance to the card header.

Parameters

text System.String requiredposition: 0
title System.String = null optionalposition: 1
placement HtmlForgeX.TablerPopoverPlacement = Auto optionalposition: 2
trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly optionalposition: 3
visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle optionalposition: 4
public TablerGaugeCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerGaugeCardSettings

Adds a fully configured header info affordance.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} 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