HtmlForgeX

API Reference

Class

TablerLineComparisonCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerLineComparisonCard.

Inheritance

  • Object
  • TablerLineComparisonCardSettings

Methods

public TablerLineComparisonCardSettings Accent(TablerColor color) #
Returns: TablerLineComparisonCardSettings

Sets the ambient accent color.

Parameters

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

Sets the rendered chart height in pixels.

Parameters

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

Tightens the summary strip spacing.

Parameters

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

Returns to the card root surface.

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

Makes the card stretch to the height of its container.

Parameters

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

Sets the minimum width used by summary strip columns.

Parameters

value System.String requiredposition: 0
public TablerLineComparisonCardSettings YAxisMax(Double value) #
Returns: TablerLineComparisonCardSettings

Sets the maximum Y axis value when auto-scaling is not desired.

Parameters

value System.Double requiredposition: 0