HtmlForgeX

API Reference

Class

TablerDistributionCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerDistributionCard.

Inheritance

  • Object
  • TablerDistributionCardSettings

Methods

public TablerDistributionCardSettings Accent(TablerColor color) #
Returns: TablerDistributionCardSettings

Sets the accent color used by the card.

Parameters

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

Sets the donut chart height.

Parameters

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

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root distribution card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerDistributionCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerDistributionCardSettings

Lowers or raises the minimum width required before the donut and summary rail sit side by side.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0