HtmlForgeX

API Reference

Class

TablerMultiSeriesBarList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Horizontal multi-series bars for business distributions such as headcount, status mix, or request categories.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerMultiSeriesBarList Accent(TablerColor color) #
Returns: TablerMultiSeriesBarList

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddRow 2 overloads
public TablerMultiSeriesBarList AddRow(String label, params Double[] values) #
Returns: TablerMultiSeriesBarList

Adds one row with values matching the configured series order.

Parameters

label System.String requiredposition: 0
values System.Double[] requiredposition: 1
public TablerMultiSeriesBarList AddRow(String label, String note = null, params Double[] values) #
Returns: TablerMultiSeriesBarList

Adds one row with values matching the configured series order and optional supporting note.

Parameters

label System.String requiredposition: 0
note System.String = null optionalposition: 1
values System.Double[] requiredposition: 2
public TablerMultiSeriesBarList AddSeries(String label, TablerColor color) #
Returns: TablerMultiSeriesBarList

Adds one named series.

Parameters

label System.String requiredposition: 0
color HtmlForgeX.TablerColor requiredposition: 1
RegisterLibraries() #
public TablerMultiSeriesBarList Settings(Action<TablerMultiSeriesBarListSettings> configure) #
Returns: TablerMultiSeriesBarList

Groups less-common display options under a smaller fluent surface.

Parameters

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

Sets supporting copy under the title.

Parameters

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

Sets the list title.

Parameters

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