HtmlForgeX

API Reference

Class

TablerApexChartCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable dashboard card shell for ApexCharts-backed analytics surfaces.

Inheritance

Constructors

Methods

public TablerApexChartCard Accent(TablerColor color) #
Returns: TablerApexChartCard

Sets the ambient accent color used by the card surface.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerApexChartCard Chart(Action<ApexCharts> configure) #
Returns: TablerApexChartCard

Configures the underlying ApexCharts surface.

Parameters

configure System.Action{HtmlForgeX.ApexCharts} requiredposition: 0
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerApexChartCard Settings(Action<TablerApexChartCardSettings> configure) #
Returns: TablerApexChartCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerApexChartCardSettings} requiredposition: 0
public TablerApexChartCard Subtitle(String subtitle) #
Returns: TablerApexChartCard

Sets supporting text displayed below the card title.

Parameters

subtitle System.String requiredposition: 0
public TablerApexChartCard Title(String title) #
Returns: TablerApexChartCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String