API Reference
Class
TablerCountUpSettings
Settings sub-builder for TablerCountUp.
Inheritance
- Object
- TablerCountUpSettings
Methods
public TablerCountUpSettings Class(String cssClass) #Returns:
TablerCountUpSettingsAdds a CSS class to the rendered span.
Parameters
- cssClass System.String
public TablerCountUpSettings Decimal(String separator) #Returns:
TablerCountUpSettingsSets the decimal separator.
Parameters
- separator System.String
public TablerCountUpSettings DecimalPlaces(Int32 decimalPlaces) #Returns:
TablerCountUpSettingsSets the number of decimal places rendered by the countup.
Parameters
- decimalPlaces System.Int32
public TablerCountUpSettings Duration(Double seconds) #Returns:
TablerCountUpSettingsSets the animation duration in seconds.
Parameters
- seconds System.Double
public TablerCountUpSettings Easing(Boolean enable = true) #Returns:
TablerCountUpSettingsEnables or disables easing.
Parameters
- enable System.Boolean = true
public TablerCountUpSettings Grouping(Boolean enable = true) #Returns:
TablerCountUpSettingsEnables or disables numeric grouping.
Parameters
- enable System.Boolean = true
public TablerCountUpSettings Id(String id) #Returns:
TablerCountUpSettingsSets the id attribute of the rendered span.
Parameters
- id System.String
public TablerCountUpSettings Separator(String separator) #Returns:
TablerCountUpSettingsSets the thousands separator.
Parameters
- separator System.String
public TablerCountUpSettings StartValue(Double value) #Returns:
TablerCountUpSettingsSets the initial numeric value used before the animation starts.
Parameters
- value System.Double