DashboardThousandSeparatorOptions

data class DashboardThousandSeparatorOptions(val groupingStyle: DashboardDigitGroupingStyle? = null, val symbol: DashboardNumericSeparatorSymbol? = null, val visibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
constructor(groupingStyle: DashboardDigitGroupingStyle? = null, symbol: DashboardNumericSeparatorSymbol? = null, visibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

Link copied to clipboard

Determines the thousands separator symbol.

Link copied to clipboard

Determines the visibility of the thousands separator.