HtmlForgeX

API Reference

Class

TablerApexChartCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerApexChartCard.

Inheritance

  • Object
  • TablerApexChartCardSettings

Usage

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

Accepted by parameters

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
HeaderInfo 2 overloads
public TablerApexChartCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #
Returns: TablerApexChartCardSettings

Adds a compact click-only info affordance to the card header.

Parameters

text System.String requiredposition: 0
title System.String = null optionalposition: 1
placement HtmlForgeX.TablerPopoverPlacement = Auto optionalposition: 2
trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly optionalposition: 3
visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle optionalposition: 4
public TablerApexChartCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerApexChartCardSettings

Adds a fully configured header info affordance.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} requiredposition: 0