DashboardThousandSeparatorOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the thousands separator symbol.

Link copied to clipboard

Determines the visibility of the thousands separator.