HtmlForgeX

API Reference

Class

TablerBreakdownCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerBreakdownCard.

Inheritance

  • Object
  • TablerBreakdownCardSettings

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

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 TablerBreakdownCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerBreakdownCardSettings

Adds a fully configured header info affordance.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} requiredposition: 0
public TablerBreakdownCardSettings MinColumnWidth(String value) #
Returns: TablerBreakdownCardSettings
EditorBrowsable(2)

Sets the minimum width used by the summary chips.

Type Parameters

TWidth

Parameters

value System.String requiredposition: 0
MinColumnWidth``1(``0 width) #

Sets the minimum width used by the summary chips.

Parameters

width ``0 required
public TablerBreakdownCardSettings NaturalCaseLabels(Boolean enable = true) #
Returns: TablerBreakdownCardSettings

Uses natural-case labels for the summary strip instead of forced uppercase labels.

Parameters

enable System.Boolean = true optionalposition: 0