API Reference
Class
TablerLineComparisonCardSettings
Settings sub-builder for TablerLineComparisonCard.
Inheritance
- Object
- TablerLineComparisonCardSettings
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
Methods
public TablerLineComparisonCardSettings Accent(TablerColor color) #Returns:
TablerLineComparisonCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerLineComparisonCardSettings ChartHeight(Int32 pixels) #Returns:
TablerLineComparisonCardSettingsSets the rendered chart height in pixels.
Parameters
- pixels System.Int32
public TablerLineComparisonCardSettings Compact(Boolean enable = true) #Returns:
TablerLineComparisonCardSettingsTightens the summary strip spacing.
Parameters
- enable System.Boolean = true
public TablerLineComparisonCard End() #Returns:
TablerLineComparisonCardReturns to the card root surface.
public TablerLineComparisonCardSettings FillHeight(Boolean enable = true) #Returns:
TablerLineComparisonCardSettingsMakes the card stretch to the height of its container.
Parameters
- enable System.Boolean = true
public TablerLineComparisonCardSettings MinColumnWidth(String value) #Returns:
TablerLineComparisonCardSettingsEditorBrowsable(2)Sets the minimum width used by summary strip columns.
Type Parameters
- TWidth
Parameters
- value System.String
MinColumnWidth``1(``0 width) #Sets the minimum width used by summary strip columns.
Parameters
- width ``0
public TablerLineComparisonCardSettings YAxisMax(Double value) #Returns:
TablerLineComparisonCardSettingsSets the maximum Y axis value when auto-scaling is not desired.
Parameters
- value System.Double