HtmlForgeX

API Reference

Class

TablerCategoryBarChartCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Category-focused card that pairs a compact summary strip with a vertical distributed bar chart.

Inheritance

Constructors

Methods

public TablerCategoryBarChartCard Accent(TablerColor color) #
Returns: TablerCategoryBarChartCard

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerCategoryBarChartCard AddItem(String label, Double value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerCategoryBarChartCard

Adds one category and its supporting summary item.

Parameters

label System.String requiredposition: 0
value System.Double requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerCategoryBarChartCard Settings(Action<TablerCategoryBarChartCardSettings> configure) #
Returns: TablerCategoryBarChartCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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