API Reference
Class
TablerTargetMetricCardSettings
Settings sub-builder for TablerTargetMetricCard.
Inheritance
- Object
- TablerTargetMetricCardSettings
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
- Method TablerTargetMetricCardSettings.AvailableLabel
- Method TablerTargetMetricCardSettings.Class
- Method TablerTargetMetricCardSettings.Compact
- Method TablerTargetMetricCardSettings.ComparisonLabel
- Method TablerTargetMetricCardSettings.FilledLabel
- Method TablerTargetMetricCardSettings.FillHeight
- Method TablerTargetMetricCardSettings.Menu
- Method TablerTargetMetricCardSettings.TargetLabel
Accepted by parameters
Methods
public TablerTargetMetricCardSettings AvailableLabel(String label) #Returns:
TablerTargetMetricCardSettingsSets the available legend label.
Parameters
- label System.String
public TablerTargetMetricCardSettings Class(String cssClass) #Returns:
TablerTargetMetricCardSettingsEditorBrowsable(2)Adds a CSS class to the card host.
Parameters
- cssClass System.String
public TablerTargetMetricCardSettings Compact(Boolean enable = true) #Returns:
TablerTargetMetricCardSettingsApplies denser spacing for compact rails and framed previews.
Parameters
- enable System.Boolean = true
public TablerTargetMetricCardSettings ComparisonLabel(String label) #Returns:
TablerTargetMetricCardSettingsSets the comparison label shown below the delta.
Parameters
- label System.String
public TablerTargetMetricCard End() #Returns:
TablerTargetMetricCardReturns control to the root card.
public TablerTargetMetricCardSettings FilledLabel(String label) #Returns:
TablerTargetMetricCardSettingsSets the filled legend label.
Parameters
- label System.String
public TablerTargetMetricCardSettings FillHeight(Boolean enable = true) #Returns:
TablerTargetMetricCardSettingsStretches the card to the available column height.
Parameters
- enable System.Boolean = true
public TablerTargetMetricCardSettings TargetLabel(String label) #Returns:
TablerTargetMetricCardSettingsSets the target section label.
Parameters
- label System.String