HtmlForgeX

API Reference

Class

TablerBreakdownCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerBreakdownCard.

Inheritance

  • Object
  • TablerBreakdownCardSettings

Methods

public TablerBreakdownCardSettings Accent(TablerColor color) #
Returns: TablerBreakdownCardSettings

Sets the accent color used by the card.

Parameters

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

Sets the chart height in pixels.

Parameters

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

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerBreakdownCard End() #
Returns: TablerBreakdownCard

Returns control to the root breakdown card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerBreakdownCardSettings MinColumnWidth(String value) #
Returns: TablerBreakdownCardSettings

Sets the minimum width used by the summary chips.

Parameters

value System.String requiredposition: 0