HtmlForgeX

API Reference

Class

TablerApexChartCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerApexChartCard.

Inheritance

  • Object
  • TablerApexChartCardSettings

Methods

public TablerApexChartCardSettings Accent(TablerColor color) #
Returns: TablerApexChartCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerApexChartCardSettings Compact(Boolean enable = true) #
Returns: TablerApexChartCardSettings

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root card surface.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0