API Reference
Class
TablerApexChartCardSettings
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.
Returned or exposed by
Accepted by parameters
- Method TablerApexChartCard.Settings
Methods
public TablerApexChartCardSettings Accent(TablerColor color) #Returns:
TablerApexChartCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerApexChartCardSettings Compact(Boolean enable = true) #Returns:
TablerApexChartCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerApexChartCard End() #Returns:
TablerApexChartCardReturns control to the root card surface.
public TablerApexChartCardSettings FillHeight(Boolean enable = true) #Returns:
TablerApexChartCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
HeaderInfo 2 overloads
public TablerApexChartCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #Returns:
TablerApexChartCardSettingsAdds a compact click-only info affordance to the card header.
Parameters
- text System.String
- title System.String = null
- placement HtmlForgeX.TablerPopoverPlacement = Auto
- trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly
- visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle
public TablerApexChartCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #Returns:
TablerApexChartCardSettingsAdds a fully configured header info affordance.
Parameters
- configure System.Action{HtmlForgeX.TablerInfoPopover}