API Reference
Class
TablerLineComparisonCardSettings
Settings sub-builder for TablerLineComparisonCard.
Inheritance
- Object
- TablerLineComparisonCardSettings
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:
TablerLineComparisonCardSettingsSets the minimum width used by summary strip columns.
Parameters
- value System.String
public TablerLineComparisonCardSettings YAxisMax(Double value) #Returns:
TablerLineComparisonCardSettingsSets the maximum Y axis value when auto-scaling is not desired.
Parameters
- value System.Double