API Reference
Class
TablerDistributionCardSettings
Settings sub-builder for TablerDistributionCard.
Inheritance
- Object
- TablerDistributionCardSettings
Methods
public TablerDistributionCardSettings Accent(TablerColor color) #Returns:
TablerDistributionCardSettingsSets the accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerDistributionCardSettings ChartHeight(Int32 pixels) #Returns:
TablerDistributionCardSettingsSets the donut chart height.
Parameters
- pixels System.Int32
public TablerDistributionCardSettings Compact(Boolean enable = true) #Returns:
TablerDistributionCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerDistributionCard End() #Returns:
TablerDistributionCardReturns control to the root distribution card.
public TablerDistributionCardSettings FillHeight(Boolean enable = true) #Returns:
TablerDistributionCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerDistributionCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #Returns:
TablerDistributionCardSettingsLowers or raises the minimum width required before the donut and summary rail sit side by side.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint